Afnan
Afnan

Reputation: 898

MKMapView overlay Vector tiles

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

Answers (1)

Ortwin Gentz
Ortwin Gentz

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

Related Questions