Skip to content

Commit 1c668b0

Browse files
authored
Merge pull request #355 from vcooley/fix/map-view-declaration
fix(declaration): marker info window tapped event property
2 parents 3af32af + c00e69a commit 1c668b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/map-view.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class MapView extends View {
3434

3535
public static mapReadyEvent: string;
3636
public static markerSelectEvent: string;
37-
public static markerInfoWindowTapEvent: string;
37+
public static markerInfoWindowTappedEvent: string;
3838
public static shapeSelectEvent: string;
3939
public static markerBeginDraggingEvent: string;
4040
public static markerEndDraggingEvent: string;
@@ -264,4 +264,4 @@ export interface CameraEventData extends EventData {
264264

265265
export interface PositionEventData extends EventData {
266266
position: Position;
267-
}
267+
}

0 commit comments

Comments
 (0)