overlayitem

how to get the long & lat value of four corners in the mapview in android?

i working on map view. i want to put overlay item on 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 of that four corner and how to analyze how many overlay item inside it. also we have to check thee zoom level.Any Idea? how to do it? ...

Does anyone know how to create a message bubble with 2 buttons appears on top of an overlayitem for map application using android 2.1?

I currently have implemented an overlayitem that shows an icon for geopoint on a map application in Android. When the icon is clicked, it brings up an AlertDialog from the onTap method below. I have the following questions: Does anyone know how to display a map message bubble directly above the icon overlayitem with 2 callout buttons o...

How to create a draggable overlayItem in Android 2.1

Does anyone know how to make a map overlayitem draggable so I can press and hold it and drag it across the map. I am trying to duplicate the draggable icon behavior that's available on the iPhone. One developer suggested a possible solution is to detect a touch event, get rid of the existing overlay item, draw your own copy of the icon...

Get current OverlayItem being drawn

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) { //Log.i("DRAW","MARKER"); super.draw(canvas, mapView, false); } Above is my draw method and I want to extend the draw method to write the title und...

Android map overlay icon with relative/fixed position to the screen

I am trying to have a drawable (basically an icon/button) that sits on the mapview with a fixed position at the corner of the map. Similar to the zoom controller, and unlike a typical marker, it shouldn't move when I pan the map. When I click on the icon it should bring up an activity. I am currently implementing it as an OverlayItem...

Item overlay in android

For Android app, i want to draw a line which has some items overlay on it, preferable dynamic programming. First, how to insert items overlay on the line? Second, how to define the distance between 1 items to another? Third, how to remember the sequence of the items on the line? ...

Callout MapView Android

Hello, Is it possible to have a callout attached to an ItemizedOverlay item like in the iPhone and Google maps? ...

Increase Hit detection on ItemizedOverlay

Hello, I have an itemizedOverlay extended and I want to increase the hit detection on the OverLayItem's if this is possible? ...