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

Latest commit

 

History

History
9 lines (9 loc) · 676 Bytes

polyline.md

File metadata and controls

9 lines (9 loc) · 676 Bytes

Polyline Properties

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