Is there any package available on npm for google maps in react native. I want to use the google.maps.Bounds, google.maps.Point, google.maps.LatLngBounds, google.maps.Marker, google.maps.LatLng, to enable me draw a curved polyline in react native maps as seen in the image below and as described in How to make a dashed curved polyline in Google Maps JS API?.
Asked
Active
Viewed 725 times
1 Answers
2
I found this react-native-maps
library that can be installed through npm. The library includes different Google Maps APIs components such as, Map View, Markers, Polyline and more.
To get you started with this, you can check the installation instructions here
I hope this helps!

jabamataro
- 1,154
- 7
- 13
-
Thanks... I already got what I was looking for. The react native maps dint have the geometry library – vincent O Apr 19 '20 at 23:48