I am new to mapbox and trying to implement offline maps on iOS.I generated MBTiles and able to load it on iPhone. But i am not getting how to interact with MBTiles i.e how to add markers on MBTiles without WiFi/3G and how to move RMMarker to users current location without WiFi/3G. Is it possible to achieve this using MapBox and GPS chip on?
I went through android app MMapFactor: GPS Navigation which uses openstreetmapdata to show user current location without WiFi/3G. Is it possible to achieve that functionality in iOS world using MapBox SDK? Is there any other alternatives other than MapBox?