how to load own Map service in ios and android -


i have requirement load own map service in xcode8 ios , android studio. without using existing services, eg - osm, mapkit, mapbox, google maps,...

on ios, can use mapkit, , add mktileoverlay show own map tiles.

https://developer.apple.com/documentation/mapkit/mktileoverlay

here's link tutorial: http://nshipster.com/mktileoverlay-mkmapsnapshotter-mkdirections/

keep in mind tutorial written swift 2, , syntax bit different on swift 3.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -