feat(googlemaps): add markerClick and infoClick to MarkerOptions

addresses #844
This commit is contained in:
Ibby Hadeed 2016-12-04 11:55:23 -05:00
parent cf75a53438
commit 6f7171d26b

View File

@ -494,6 +494,8 @@ export interface GoogleMapsMarkerOptions {
animation?: string;
zIndex?: number;
disableAutoPan?: boolean;
markerClick?: Function;
infoClick?: Function;
}
/**