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

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -