I am adding different markers to my map... Drawable drawable = app1.getResources().getDrawable(R.drawable.test);
I have a map that dispays markers. If the user clicks on a marker a popup shows up. A method calculates wheather there is a marker at the clicked p开发者_StackOverflowosition.
I am trying to display map in Android for the first time. Now I want to display 3 buttons on the map, and when I clicked on a particular button, that button\'s cl开发者_如何学Goick event should be rai
Part of my Layout is shown below, but the Button shows up above the MapView and NOT as expected \"below\" the map. How can I fix this?
I hava a MapView and I define a Rect. Touching the map I compare the coordinates to detect whether the rect is touched or not. But it does not wor开发者_如何转开发k
I havelot of markers on my map. Zooming in each marker shows me a position. but zooming out the markers are overlapping each other and it is more difficult do determine the position of a marker.
I have clickable icons on a map showing a PopupWindow just above the icon when clicked. However, if the icon is on the topmost part of the map the PopupWindow will be hidden under the An开发者_Python百
I have a slider that can be pulled up and then it shows a map. I can move the slider up and down to hide or show the map. When the map is on front, I can handle touch events on that map. Everytime I t
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\'ve got a mapview that I want to put some markers on top of. I\'ll retrieve these from a webservice when I start the activity, so I need to know the minimum and maximum lat/lng pairs for the current