In this project i got some run time errorwhich i tired itto resolve it by pasting the error in the google and get the appropriate result for that. But am not able to solve that and
I have a big problem with OSMdroid: I have a map with a bunch of markers, some of them are near each other so that the marker drawables are above each other.
I am trying to display a map using Rhomobile framework Rhodes I have followed the webinar and tutorial
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
Is there a third party lib or Android class like google.maps.Polygon to be开发者_JAVA百科 used in MapView (Native Google Maps APIs)? I have googled but I couldn\'t find it.The is no class for drawing
As you can see from the question I need to put some button on mapView, where the app will by presing the button by user, refresh the mapView with current location.
After getting the list of overlays o开发者_开发百科f my map I saw that the traffic option on MapView is not a separate overlay. Is there a way to get just this layer? and manipulate it?
I\'m trying to create a MapView on another thread since it takes too long to load an Activity. class MapCreation extends AsyncTask<Integer, Void, MapView>
I have : <uses-permission android:name=\"android.permission.INTERNET\" /> <uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\" />
I want to embed a small square in an Activity showing the user\'s location. The problem is, the activity takes about 15 seconds to load when I have the MapView in. When I take the MapView out, the Act