swift - Is it possible to load a "blank" map in iOS MapKit? -


i'm trying build mapping application largely focused around custom tile overlays. possible load map not contain basemap layer, e.g. satellite or basic map?

desktop apple photos has option show "grid" doesn't seem exist in mkmaptype docs. nor can set map.maptype nil.

any ideas?

i haven't played yet, looks there mktileoverlay , mktileoverlayrenderer classes experiment with?

edit

i created mktileoverlay , added mapview remove built-in map images:

let tileoverlay = mktileoverlay(urltemplate: "") tileoverlay.canreplacemapcontent = true mapview.addoverlays([tileoverlay]) 

Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -