react-native-maps-directions icon indicating copy to clipboard operation
react-native-maps-directions copied to clipboard

Need Distance in miles

Open MadhavNasit opened this issue 4 years ago • 2 comments

I need distance between origin and destination in miles instead of km any props or any way that i can achieve that?

MadhavNasit avatar Jan 09 '21 10:01 MadhavNasit

@MadhavNasit basic maths is the way to go. To get the distance in miles rather than kilometers, simply divide the km distance by 1.609 (just saw the formula sort of thingie on Google 😅)

Sheharyar566 avatar Mar 28 '21 02:03 Sheharyar566

@MadhavNasit basic maths is the way to go. To get the distance in miles rather than kilometers, simply divide the km distance by 1.609 (just saw the formula sort of thingie on Google 😅)

Yes but prop would be great for package. They are converting miles from api into km, so they can return miles as it is too.

MadhavNasit avatar Apr 29 '21 12:04 MadhavNasit