What's the best option to deal with maps for ionic+vue+capacitor?

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 personally suggest using openlayers/mapbox or google map’s JS API directly.

  • Performance is good when using webgl
  • Stability is also very good considering these are used in so many apps currently.
1 Like

According to what I’ve seen, that are good options. Testing leaflet in //
Thanks @mhartington

1 Like