Has anyone researched offline map support in corona?
I’ve seen mapbox supports offline maps, but only via their ios-sdk. I’m not too keen on writting a plugin and not supporting android.
I’ve noticed that some apps that use google maps has limited caching… probably enough to meet my needs. I wasn’t sure if it was because cached was provided by a webview (web caching) or the google map plugin.
Does anyone know if native.newMapView caches maps? Or can I get the same effect with a showWebPopup?