Add missing argument for distanceToMouse

This commit is contained in:
Simon Bächler
2018-09-18 12:59:58 +02:00
parent b697ec8a1b
commit 162a697b50

View File

@@ -135,7 +135,7 @@ export interface Props {
onZoomAnimationStart?(args: any): void;
onZoomAnimationEnd?(args: any): void;
onMapTypeIdChange?(args: any): void;
distanceToMouse?(pt: Point, mousePos: Point): void;
distanceToMouse?(pt: Point, mousePos: Point, markerProps?: object): number;
googleMapLoader?(bootstrapURLKeys: any): void;
onGoogleApiLoaded?(maps: { map: any, maps: any }): void;
onTilesLoaded?(): void;