Skip to content

Commit ca2e67d

Browse files
committed
chore: typings
1 parent bc41a60 commit ca2e67d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

src/typings/ak.carto.android.d.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -831,6 +831,34 @@ declare namespace com {
831831
}
832832
}
833833

834+
declare namespace com {
835+
export namespace akylas {
836+
export namespace carto {
837+
export namespace additions {
838+
export class AKRasterTileEventListener extends com.carto.layers.RasterTileEventListener {
839+
public static class: java.lang.Class<AKRasterTileEventListener>;
840+
public constructor();
841+
public setListener(param0: AKRasterTileEventListener.Listener): void;
842+
public onRasterTileClicked(param0: com.carto.ui.RasterTileClickInfo): boolean;
843+
public constructor(param0: AKRasterTileEventListener.Listener);
844+
public constructor(param0: number, param1: boolean);
845+
}
846+
export namespace AKRasterTileEventListener {
847+
export class Listener extends java.lang.Object {
848+
public static class: java.lang.Class<Listener>;
849+
/**
850+
* Constructs a new instance of the com.akylas.carto.additions.AKVectorElementEventListener$Listener interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
851+
*/
852+
public constructor(implementation: { onRasterTileClicked(param0: com.carto.ui.RasterTileClickInfo): boolean });
853+
public constructor();
854+
public onRasterTileClicked(param0: com.carto.ui.RasterTileClickInfo): boolean;
855+
}
856+
}
857+
}
858+
}
859+
}
860+
}
861+
834862
declare namespace com {
835863
export namespace akylas {
836864
export namespace carto {

0 commit comments

Comments
 (0)