Skip to content

Commit

Permalink
fix(declaration): marker info window tapped event property
Browse files Browse the repository at this point in the history
  • Loading branch information
vcooley committed Jul 25, 2019
1 parent 118d43c commit c00e69a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/map-view.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -264,4 +264,4 @@ export interface CameraEventData extends EventData {

export interface PositionEventData extends EventData {
position: Position;
}
}

0 comments on commit c00e69a

Please sign in to comment.