google-maps-documentation

MouseEvent interface

google.maps.MouseEvent interface

This object is returned from various mouse events on the map and overlays, and contains all the fields shown below.

Methods
stop
stop()
Parameters:  None
Return Value:  None
Prevents this event from propagating further.
Properties
latLng
Type:  LatLng
The latitude/longitude that was below the cursor when the event occurred.