GroundOverlayOptions interface
google.maps.GroundOverlayOptions
interface
This object defines the properties that can be set on a GroundOverlay object.
| Properties |
clickable |
Type: boolean optional
If true, the ground overlay can receive mouse events. |
map |
The map on which to display the overlay. |
opacity |
Type: number optional
The opacity of the overlay, expressed as a number between 0 and 1. Optional. Defaults to 1. |