Reputation: 898
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.
Upvotes: 10
Views: 1464
Reputation: 54113
In theory, you can render vector tiles in MKTileOverlayRenderer
.
Here’s an example for a GeoJSON tile renderer (can’t vouch for it though).
Upvotes: 1