-
…marker tap so they do not compete with one another.
-
…of having more than one line in the marker label. This is not needed anyway. Also set the number of lines to unlimited and left alignment.
-
Added example in Controller
-
1 with given latlon 1 given screen corrdinates
-
…unds or the screen bounds. Added method to determine if the Manager is managing a marker.
-
…code so it may not compile. Fix as necessary...
-
Not sure how this project compiled earlier with it in.
-
Added example in MapViewViewController
-
…the screen for some reason !?
-
…e both graphic and labels
-
Not sure why removeLabel has to be called before replaceImage:anchorPoint:
-
added showLabel, hideLabel, toggleLabel Also fixed a small bug.
-
Added new RMMarker method to change image
-
This should be added outside of the main code by someone implementing the map in a project as it is conflicting with the other method: tapOnMarker delegate
-
RMMapContents now has a new method -(void) didReceiveMemoryWarning that may be called by the Controller in case a memory warning was issued. It will clear the memory cache and reopen the database cache to purge all buffered sqlite pages from memory. No change in behavior unless this method is explicitly called.