Is there a way to achieve something similar to Google Maps Distance Matrix API using React Native Maps?

476 views Asked by At

Is there a way to achieve something similar to Google Maps Distance Matrix API using React Native Maps?

I need to calculate the distance between 2 markers (or chain 3+ different markers). The Google Maps Distance Matrix API is able to calculate the distance within the path of the road. So its more accurate than just a straight line between two markers.

Is there any way to achieve this using React Native Maps? If this is possible using React Native alone and using the Google Maps API or any other API then that would also be great.

0

There are 0 answers