bramus / react-native-maps-directions

Directions Component for `react-native-maps`
MIT License
1.25k stars 198 forks source link

[Question] Does this lib possible to do like google map? #165

Closed kristoff2016 closed 3 years ago

kristoff2016 commented 3 years ago

Hi again,

Does this lib allow to like google map that user can have button start then it will show direction?

Please check the image below

2021-01-26 10 16 39

Thank you

bramus commented 3 years ago

This library provides a wrapper around the Google Maps Directions API, and will render a MapView.Polyline. You'll have to implement all other visual things yourself. Be sure to also check out https://github.com/flyandi/react-native-maps-navigation, which might be a better fit for your use case.

kristoff2016 commented 3 years ago

Thank you for always provide a good solution