Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Index

Enumeration Members

Enumeration Members

CENTER: 0

The stroke is centered on the polygon's path, with half the stroke inside the polygon and half the stroke outside the polygon.

INSIDE: 1

The stroke lies inside the polygon.

OUTSIDE: 2

The stroke lies outside the polygon.

Generated using TypeDoc