I ask for your advice in solving this issue: I am fetching a XML File to display Pins on my MapView. In another method I am showing my current position on the map:
I would like to explain the situation that I am facing. By default iPhone simulator\'s current location is \"loop\". I have an application that is being using in south Africa ( for example ). If I tes
I\'m trying to load annotations from a separate class once data has been parsed. The dat开发者_运维百科a is parsing correctly which I follow through the NSLog. I am sending the data to the class respo
I\'m implementing a MapView with a search feature, and have to perform some specific actions for the search to work well (I.E. turn on the layer of icons the search will query).I\'m currently using th
This question already has an answer here: android mapview maximum zoom level only 19 (1 answer) Closed 2 years ago.
I implemented a version of Google\'s Searchable Dictionary, and I\'m having some problems. I\'m implementing in a MapView activity in which I have a basic ItemizedOverlay that I want to search.I\'ve
I have problem occuring in my application.. Using XML file i am getting geopoints to draw the path between two locations..but it only shows me the route if the distance is less than 300 kilometers ..
Got it fixed here is my solution: Edit: updated to reflec开发者_StackOverflowt robguinness answer.
Here I have pasted link for code: http://blog.asolutions.com/2010/09/building-custom-map-annotation-callouts-part-1/ In this code I have just added one simple button.but my button 开发者_StackOverflow
Here I create one project that will track our current location. But I have a problem coding it...I don\'t know exactly how to use the OVERLAY class and when it is called.