Google Map Route Planner for Native Mobile Device?

1
I found GoogleMapRoutePlanner widget ( https://appstore.home.mendix.com/link/app/105785/First-Consulting/GoogleMapsRoutePlanner ) in the AppStore but it does not seem to support on Native Mobile Device. ( Reference ScreenshotVideo ) On Native Mobile Device, the Maps widget is there in the toolbox panel but it does not seem to support to disply routing path and optimal routing path with waypoints. How can I get any widget or workaround works like GoogleMapRoutePlanner widget?   Thank you all, Yongpyo Jang
asked
1 answers
1

GoogleMapsRoutePlanner is for web and still using dojo based.

You need to build a widget in react native based on the guide line below

https://docs.mendix.com/howto/extensibility/pluggable-widgets

Then you need to combine it with the lib below for your widget

https://github.com/react-native-community/react-native-maps

hope this help,

answered