0

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?.

enter image description here

vincent O
  • 518
  • 8
  • 33

1 Answers1

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