Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 930 Bytes

IconMouseEvent.md

File metadata and controls

20 lines (11 loc) · 930 Bytes

See html formatted version

IconMouseEvent interface

google.maps.IconMouseEvent interface

This object is sent in an event when a user clicks on an icon on the map. The place ID of this place is stored in the placeId member. To prevent the default info window from showing up, call the stop() method on this event to prevent it being propagated. Learn more about place IDs in the Places API developer guide.

This interface extends MouseEvent.

Properties

undefined

Type:  string optional

The place ID of the place that was clicked. This place ID can be used to query more information about the feature that was clicked.

Learn more about place IDs in the Places API developer guide.