mylocationoverlay
Get coordinate values from myLocationOverlay in Android
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[详细]
2023-04-10 10:30 分类:问答Android : Showing MyLocationOverlay.enableMyLocation as compass
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[详细]
2023-04-01 10:20 分类:问答How do MyLocationOverlay.getMyLocation() and getLastFix() differ?
Looking at MyLocationOverlay - does anyone know what the difference is between: public GeoPoint getMyLocation();[详细]
2023-03-22 09:14 分类:问答MyLocationOverlay disappear problem next time loading activity?
friends, i have noticed one thing when my location is same MyLocationOverlay marker is not displayed on screen.[详细]
2023-03-07 23:07 分类:问答Android MapActivity : Couldn't get connection factory client
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[详细]
2023-03-06 04:46 分类:问答Animated Drawable MyLocationOverlay()
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[详细]
2023-03-04 21:36 分类:问答using geocoder with myLocationOverlay
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.[详细]
2023-03-02 17:39 分类:问答Is there a way to turn off the blue circle while using MyLocationOverlay in android
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[详细]
2023-03-02 14:36 分类:问答MyLocationOverlay vs. LocationManager, and background Service
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[详细]
2023-03-02 00:26 分类:问答MyLocationOverlay dissappears, is not there onResume
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 ([详细]
2023-02-04 09:14 分类:问答