You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2018. It is now read-only.
You can force the map view to upscale the 256px tiles to double, by using the mapView.adjustTilesForRetinaDisplay = YES property. From the documentation:
If set to YES, the map tiles are drawn at double size, typically 512 pixels square instead of 256 pixels, in order to compensate for smaller features and to make them more legible. If tiles designed for retina devices are used, this value should be set to NO in order to display these tiles at the proper size. The default value is NO.
When you zoom in/out on a retina display, the titles on the map become unreadable far before it switches to an upper zoom level for the tiles.
If initially the map appears like this:
After zooming in and out a bit they become like this:
Which translates into a poor user experience, since zooming in again does not help and the titles are still tiny and impossible to read.
The text was updated successfully, but these errors were encountered: