We have our own open street map server which is maintain
by our company. for both Android and iOS we are planning to use this Map Server which is like
"http://maps.mycompanyname.com/osmtiles/15/23655/15748.png."
For Android they have amazing osmdroid for all displaying, routing and all those things. it works perfectly. But for iOS we couldn't find a such library. we are trying to do this with MKMapView with custom tiles
, but doesn't success.
Features love to have,
- show any given location with markers.
- show multiple marker points.
- navigation support (optional)
Hope any Guidance for this from you. Please help me with this.