google.maps.Data.StyleOptions interface
These options specify the way a Feature should appear when displayed on a map.
Properties
Type: boolean optional
If true, the marker receives mouse and touch events. Default value is true.
Type: string optional
Mouse cursor to show on hover. Only applies to point geometries.
Type: boolean optional
If true, the object can be dragged across the map and the underlying feature will have its geometry updated. Default value is false.
Type: boolean optional
If true, the object can be edited by dragging control points and the underlying feature will have its geometry updated. Only applies to LineString and Polygon geometries. Default value is false.
Type: string optional
The fill color. All CSS3 colors are supported except for extended named colors. Only applies to polygon geometries.
Type: number optional
The fill opacity between 0.0 and 1.0. Only applies to polygon geometries.
Type: string|Icon|Symbol optional
Icon for the foreground. If a string is provided, it is treated as though it were an Icon with the string as url. Only applies to point geometries.
Type: MarkerShape optional
Defines the image map used for hit detection. Only applies to point geometries.
Type: string optional
The stroke color. All CSS3 colors are supported except for extended named colors. Only applies to line and polygon geometries.
Type: number optional
The stroke opacity between 0.0 and 1.0. Only applies to line and polygon geometries.
Type: number optional
The stroke width in pixels. Only applies to line and polygon geometries.
Type: string optional
Rollover text. Only applies to point geometries.
Type: boolean optional
Whether the feature is visible. Defaults to true.
Type: number optional
All features are displayed on the map in order of their zIndex, with higher values displaying in front of features with lower values. Markers are always displayed in front of line-strings and polygons.