We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3af32af + c00e69a commit 1c668b0Copy full SHA for 1c668b0
src/map-view.d.ts
@@ -34,7 +34,7 @@ export class MapView extends View {
34
35
public static mapReadyEvent: string;
36
public static markerSelectEvent: string;
37
- public static markerInfoWindowTapEvent: string;
+ public static markerInfoWindowTappedEvent: string;
38
public static shapeSelectEvent: string;
39
public static markerBeginDraggingEvent: string;
40
public static markerEndDraggingEvent: string;
@@ -264,4 +264,4 @@ export interface CameraEventData extends EventData {
264
265
export interface PositionEventData extends EventData {
266
position: Position;
267
-}
+}
0 commit comments