Wondering if its possible to show iOS map types with the MapBox iOS SDK.
I.E. if I use and MKMapView I can select from standard, satellite and hybrid iOS map types. I would also like to add Open Street Map as an option. Of course I cannot user MKMapView to do that. I can use RMMapView to show an OSM map, but can it show an iOS map?
Biggest reason for this is I would like to stick with one interface. I.E. if I add a bunch of markers to my MKMapView and the user switches to the RMMapView I would have to create RM markers and add them to the RMMapView. This creates a nighrmare when the user creates markers on the different maps and then switches back and forth.
You can't show an "iOS map", which is really an
MKMapView, inside of Route-Me/Mapbox. They are designed as peers not meant to be used together.