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.
MKMapView overlay Vector tiles
Asked Answered
In theory, you can render vector tiles in MKTileOverlayRenderer
.
Here’s an example for a GeoJSON tile renderer (can’t vouch for it though).
© 2022 - 2024 — McMap. All rights reserved.