Open ralsei opened 6 years ago
I honestly think that the google maps API version is preferable. If you want you can try using this library: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter but there is some platform specific modification needed and that normally requires Android Studio. Also, you'd have to make the API call from the server anyway so it probably doesn't matter.
*android studio AND Xcode
on the client-side, it's rather easy to verify everything but addresses, which require pinging into the google maps api (or something similar), and i'd rather not add more complexity and http calls to the application than required, hence why i think this should be done server-side