Is it possible to drag Google maps marker and drop it in ListView?
I am trying to catch data from Google Maps Marker, and want to know is it possible to drag Markers to ListView(below link) then access the (lat, lng) or place name etc. data ? http://imgur.com/l4DKnZu Here is a possibility. It's not specifically Android, but it might be useful, maybe. So, when the client drags the marker 60 pixel from the border of the map, the map starts panning. So, at that 60 pixel point, I get the markers out. Okay for you? <style> table { width: 100px; float: right; height: 500px; } table tr { height: 20%; } </style> <table id="mytable" border="1"> <tr><td id="hello"