I am putting several markers on a MapView by subclassing an ItemizedOverlay.The hitch is that the marker I am passing to the ItemizedOverlay is a custom Drawable.That is to say, I\'ve subclassed \"Dra
I have written one MapActivity class that is able to display a set of places as well as single places. On startup, the application creates an instance of this MapActivity and displays multiple places.
I created a MapActivity that contains a MapView and a Button on the top of the MapView. Like this: alt text http://desmond.yfrog.com/Himg9/scaled.php?tn=0&server=9&filename=devicef.png&x
Iam making an iphone app, which should take in latitude and longitudes from an array and should locate and display the map with a customized annotation/pins. I have used the mapkit here\'s how:
I have records on the table list contains data that has latitude & longitude on the listing widow. When I click on each row, it passes to the detail window that display the mapview and its annotat
I have the following code and the markers are not appearing on the map at all! private class SitesOverlay extends ItemizedOverlay<pfOverlayItem> {
I want to be able to get some reference to the curent object being drawn @Override public void draw(Canvas canvas, MapView mapView,boolean shadow) {
I have a MapActivity. If it\'s set to an appropriate location and zoom level to see traffic none is shown after it\'s first created until you interact with the map (click on it, drag, etc) at which po
I have to show开发者_运维问答 large set of location records in tableview and mapview depends on user switching between views. How lazy loading can be implemented?. I don\'t want query central server f
I\'ve got a question on making an navigation app more faster and more stable. The basic layer of my app is a simple mapview, covered with several overlays (2 markers for start and destination and one