So I have a MapView with a lot of markers, most of which are concentrated in mile wide clusters.When zoomed the markers overlap and appear to only be one.What I want to achieve is at a certain zoom le
I have some custom annotations and annotation views that I have added on my mapview, I want to swap those with standard pin annotations when the user zooms out.
I\'m working on a BlackBerry application that uses a MapView. At the moment, I\'m only showing the MapView, nothing more.
I have a TabBarApplication. As i select the map-tab, the application crashes. The log shows a Nullpointerexception at line \"final MapController mapControl = mapView.getController();\". I have no idea
i do this in order to display the map : [self setMapView:[[[RMMapView alloc]initWithFrame:CGRectMake(0.0, 0.0, 400, 200)]autorelease]];
I am trying to get my debug.keystore md5 key so I can get the API key for Google Maps. I run the command:
I have two buttons at each bottom corners of the MapView, partly obscuring the google logo in the bottom-l开发者_如何学Pythoneft corner.
I was wondering if it is possible to plot locations/coords on the MapView class of bla开发者_如何学Cckberry.
I\'d like to dynamically update the map/ load new map overlays every time my user moves it a certain amount of d开发者_StackOverflowistance. How do I go about doing this? Is there a listener for every
public boolean onTap(GeoPoint p, MapView mapView) { String msg; double d1 = p.getLatitudeE6()/1E6; double d2 = p.getLongitudeE6()/1E6;