I have subclassed Overlay as LandMarkOverlay (and implemented an onTap(GeoPoint) method). In the main activity I do this:
I am first time implementing Google Map in Android and troubling to show \"View Controller\" in Android.
I have a strange problem that I don\'t really know how to attack so I\'m wondering if someone has had a similar problem before.
I want to place an animated marker showing a user\'s current location in an Overlay over a MapActivity. I need to be able to turn the animation on and off. I thought this could be accomplished as foll
I am trying to create a map application and I need to do something similar to what Google Maps does. I want to open show a list of locations and when user taps on them I want to show a dialog.
I noticed that the position of the builtInZoomControls in WebView (bottom, horizontal right) is not consistent with the default position in the MapView (bottom, horizontal center).
Any idea what\'s the equivalent of com.google.android.maps.ItemizedOv开发者_StackOverflow社区erlay.populate() method in case of OpenSteeMapViewItemizedOverlay ?There doesn\'t seem to be one. The data
I have a weather image I would like to use as an overlay in the google maps android api.I would like to achieve the same result that I get from using GroundOverlay in KML files, such as
I don\'t get it and I can\'t find it by myself. How to display (and update) a route between two locations (for example, current device location and destination开发者_Go百科) in Android application usi
i have an address for a location. when i click some button in开发者_Python百科 my app. it should redirect to default google map in android and drop the pin to that particular location. how to do that?