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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -