mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-22 21:12:50 +08:00
feat(googlemaps): add markerClick and infoClick to MarkerOptions
addresses #844
This commit is contained in:
parent
cf75a53438
commit
6f7171d26b
@ -494,6 +494,8 @@ export interface GoogleMapsMarkerOptions {
|
|||||||
animation?: string;
|
animation?: string;
|
||||||
zIndex?: number;
|
zIndex?: number;
|
||||||
disableAutoPan?: boolean;
|
disableAutoPan?: boolean;
|
||||||
|
markerClick?: Function;
|
||||||
|
infoClick?: Function;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user