I am searching for a开发者_StackOverflow solution that will place an OverlayItem on a simple class extends View. All tutorials about OverlayItems are showing only how to set them up on MapView. I know
I\'ve been searching long for clear informations about the right way of extending ItemizedOverlay and OverlayItem, but the result I get does not satisfy me yet.
I am trying to walk through official tutorial for android google maps: http://developer.android.com/guide/tutorials/views/hello-mapview.html
I\'m building a map with a few dozen OverlayItems in a single ItemizedOverlay.My map is made to be viewed very close up (about zoom level 18+), with the OverlayItems in very close proximity to one ano
This code is using the Google APIs (level 8). When I update the OverlayItem to use a custom drawable the Canvas
I am trying to place a marker on a map overlay and then present a dialog when the user selects the drawable.The problem is the events seem to overlap.After I click the map and the marker is drawn, the
I have an itemizedOverlay extende开发者_JS百科d and I want to increase the hit detection on the OverLayItem\'s if this is possible?This was sorted by detecting the hit on the view below it and creatin
I want to be able to get some reference to the curent object being drawn @Override public void draw(Canvas canvas, MapView mapView,boolean shadow) {
i working on map view. i want to put overlay itemon the map view.that overlay items are all depends on currently showing map view and zoom level. how to get current map view\'s longitude and latitude