-
…re rotated or not according to their allowRotate property
-
work with a new CloudMade token authentication for mobile devices which is going to be launched soon.
-
ie: You can set the mapView to allow zooms 1-20, even if your tile source can only provide 2-14. Limitations: Allowing too much overzoom results in poor images due to high magnification scaling. Allowing too much underzoom results in poor performance and eventually hard crashes due to memory and graphics limitations. In general, on a 3G, you can only allow 1 level of underzoom. 3GS can do more. Customize to your application, there is a friendly assert to this affect. Unique tilesources should no longer provide minZoom/maxZoom/tileSideLength functions as these values should come from the RMFractal projection. Instead set custom values in the init. I have updated all checked in sources, but if you have your own custom source, it will need an easy tweek or two.
-
When set to NO for a Marker/Path it one don't follow map movements anymore.
-
NetworkActivity Notification
-
- Don't cache "missing" proxy tile
-
…f the user did not release at the same time
-
…s) to limit network requests to save battery
-
add image to db even if loaded
-
The zoom value was not properly clamped below maxZoom when zooming in because zoomFactor was applied even if it made zoom value overflow maxZoom.
-
…h 1 finger double-tap to zoom in behavior) - moveToProjectedPoint: setNeedsDisplay for overlay on map move to redraw RMPath
-
…d in cache as blank images
-
… with the map in all cases.