Download MKMapKit overlays from the server

The Apple TileMap sample code perfectly shows how to add overlay bitmaps using gdal2tiles, but it depends on the presence of the fragment directory on the device. What is the best way to adapt code to download files from the Internet?

I noticed that one of the first things he does is to list the tile folders through the directory structure in order to find out the available tiles. Is there a similar way to list this directory for a remote server?

thanks for the help

+4
source share
1 answer

You can start with the iOS Open Street Map page , which links to some libraries.

The Me route is a replacement for open source MapView. Not quite what you are looking for, but you can capture network code and use it.

Let Do It World have some sample code with instructions here.

0
source

All Articles