Remix.run Logo
gregoriol 2 days ago

Indeed almost everyone except Apple's MapKit library for in-app native maps integration is using vector these days.

hopelite 2 days ago | parent [-]

Could you explain why you say that? My understanding is that rasterized tiles are only a graceful degradation when necessary in MapKit, while vector is default, as the behavior and experience would indicate.

gregoriol a day ago | parent [-]

I was referring to using custom vector tiles like the ones in the post with MapKit, not Apple's tiles. The MKTileOverlay is the only way to do it and it only supports bitmap tiles.