Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (10 loc) · 749 Bytes

polygon.md

File metadata and controls

10 lines (10 loc) · 749 Bytes

Polygon Properties

Prop Type Default Note
coordinates [LatLng] Array of LatLngs defining the polygon
strokeColor Color "black" StrokeColor of the polygon
strokeWidth Integer 1 Width of the polygon
fillColor HexColor "#000" FillColor of the polygon
geodesic Boolean false Boolean indicating whether to draw the polygon as a geodesic
tappable Boolean false Boolean indicating whether or not the polygon can be tapped
onPress Function Callback that is fired when pressing on the marker.