Skip to content

Commit

Permalink
feat(googlemaps): add markerClick and infoClick to MarkerOptions
Browse files Browse the repository at this point in the history
addresses #844
  • Loading branch information
ihadeed committed Dec 4, 2016
1 parent cf75a53 commit 6f7171d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/googlemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,8 @@ export interface GoogleMapsMarkerOptions {
animation?: string;
zIndex?: number;
disableAutoPan?: boolean;
markerClick?: Function;
infoClick?: Function;
}

/**
Expand Down

0 comments on commit 6f7171d

Please sign in to comment.