Im having problems with the MapView because its not loading the map. I\'ve been reading around, and find many people with the same issue. I checked all the possible issues and it开发者_JS百科 seems th
I want to create a mapview marker with 4 elements: - picture (of user) - background - text (username) - Arrow to show an direction
I have been following the hello mapview tutorial In the tutorial they use a custom implementation of the ItemizedOverlay class.
I managed to get the map shown on the screen. Now the user will move around the map and press on it. After pressing on a point I need to add a push pin on screen on the pressed location. If the user d
If you compare how the m开发者_如何学编程ap looks in MapView and how it looks in Google Maps, you\'ll notice that in Google Maps the map is \"bigger\". The texts are bigger, roads wider etc. Can I ach
I have the following code to add a开发者_C百科n Overlay myMapView.getOverlays().add(sites); myMapView.invalidate();
I\'m trying to implement a custom MapView. Inside my MapActivity (named mainmap) I have an inner class which extends MapView:
I have lat lon coordinates stored in a database table and I want to have them displayed in a mapview like this:
This question already has answers here: On zoom event for google maps on android (10 answers) Closed 2 years ago.
Can someone tell my when to use Overlay or when to use ItemizedOverlay class! What are d开发者_如何学Goifferences between this two classes?