Is there any way I can make vector tiles and overly them on MKMapView
in iOS 6 and above?
I know how to overlay images using MKOverlayView
, but they are raster images.
Asked
Active
Viewed 1,370 times
10

Steve Bennett
- 114,604
- 39
- 168
- 219

Afnan
- 888
- 1
- 13
- 37
1 Answers
1
In theory, you can render vector tiles in MKTileOverlayRenderer
.
Here’s an example for a GeoJSON tile renderer (can’t vouch for it though).

Ortwin Gentz
- 52,648
- 24
- 135
- 213