diff --git a/src/map-view.d.ts b/src/map-view.d.ts index cf284df..6e12b77 100644 --- a/src/map-view.d.ts +++ b/src/map-view.d.ts @@ -34,7 +34,7 @@ export class MapView extends View { public static mapReadyEvent: string; public static markerSelectEvent: string; - public static markerInfoWindowTapEvent: string; + public static markerInfoWindowTappedEvent: string; public static shapeSelectEvent: string; public static markerBeginDraggingEvent: string; public static markerEndDraggingEvent: string; @@ -264,4 +264,4 @@ export interface CameraEventData extends EventData { export interface PositionEventData extends EventData { position: Position; -} \ No newline at end of file +}