DEPRECATED-mapbox-ios-sdk
DEPRECATED-mapbox-ios-sdk copied to clipboard
automatically cache/use TileJSON
We should cache TileJSON downloaded as part of RMMapboxSource.
- Save download to disk.
- Add argument to initializers to force cache clear & re-download.
- Automatically find cached TileJSON according to passed
mapIDand use instead of hitting network. - Also support auto-finding TileJSON named according to
mapIDin the app bundle and use instead of hitting network.
These will allow -initWithMapID: to be used regardless of network connectivity instead of differing in behavior from a manually passed TileJSON object.