The possible positions of the stroke on a polygon.
Access by calling const {StrokePosition} = await google.maps.importLibrary("maps"). See https://developers.google.com/maps/documentation/javascript/libraries.
const {StrokePosition} = await google.maps.importLibrary("maps")
The stroke is centered on the polygon's path, with half the stroke inside the polygon and half the stroke outside the polygon.
The stroke lies inside the polygon.
The stroke lies outside the polygon.
Generated using TypeDoc
The possible positions of the stroke on a polygon.
Access by calling
const {StrokePosition} = await google.maps.importLibrary("maps")
. See https://developers.google.com/maps/documentation/javascript/libraries.