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

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

Ansible warning on jinja2 braces on when -