I have an app that uses a map to show a certain, fixed, location. With the next update I\'d like to show the route from the users current location to this fixed point. I already managed to get the use
A little Question about the MyLocationOverlay.enableMyLocation method in a MapView. In the Original Goggle Maps App there is the Location shown as a Compass, but, if I enable the MyLocation-feature i
Looking at MyLocationOverlay - does anyone know what the difference is between: public GeoPoint getMyLocation();
friends, i have noticed one thing when my location is same MyLocationOverlay marker is not displayed on screen.
I\'m trying to get the Map demos working, as provided in the Google API sample projects. I am using AVDs and have tried with versions 8, 10
Is it possible to over-ride MyLocationOv开发者_Python百科erlay()\'s onDraw method and replace the standard flashing blue icon with something else. What are the ways I could implement this?Really good
i try to get the current zip code from the longitude and latitude which MyLocationOverlay delivers and set this to a EditView on my Activity.
I am currently using MyLocationOverlay to display my location. While being on MapView I am forcing the GPS to be turned on as well. However the blue c开发者_高级运维ircle around the marker is beyond a
I am developing an app. in which I share my location with friends (very much like google latitude). I have a service which is running as daemon: it should display received locations, and publish curre
I have a mapView to which I add a MyLocationOverlay.It displays fine when the app starts fro开发者_如何学编程m scratch (goes through onCreate).If I exit the app (back button) and then start it again (