-
Removed CoreLocation as was previously added by mistake.
-
It doesn't fix it properly, but it does a pretty good job.
-
* release MarkerManager on releasing MapView * use tileSideLength instead of hardcoded 256 in RMFractalTileProjection.m
-
… that could not been resolved. As Joseph has fixed it, I have removed the unnecessary method.
-
Changed the Controller example to reflect changes
-
added sample code in MapViewViewController
-
Added method for retrieving all markers on the screen bound added sample code in MapViewViewController
-
added sample code in MapViewViewController
-
added sample code in MapViewViewController
-
Added method for removing a specific marker added sample code in MapViewViewController
-
mercator bounds at all times.
-
Also added geographic survey projection as per request.
-
handle having the tile source changed.
-
Also cleaned up some warnings, etc.
-
…setting map center programatically. Also added zoomWithLatLngBoundsNorthEast: SouthWest: to RMMapContents that should center and zoom the map on the given NorthEastern and SouthWestern boundaries.