I want to display and interact with a map + geolocation + markers on iOS & Android.
So many things exists, what’s the best option for:
- stability
- performance
Using vue and capacitor.
Thanks!
I want to display and interact with a map + geolocation + markers on iOS & Android.
So many things exists, what’s the best option for:
Using vue and capacitor.
Thanks!
I personally suggest using openlayers/mapbox or google map’s JS API directly.
According to what I’ve seen, that are good options. Testing leaflet in //
Thanks @mhartington