I am working on one application which is related to Google map. I am a beginner in Google map.
I want to do an application which shows a Pin at my Current location. When I click on that pin it shows the dialog which contain my current address. “Pin is movable”. When I move the pin from one location to other on Google map the dialog box show the address of that location.
So please give me idea or reference site.
Here is a sample project showing one way to drag-and-drop of
OverlayItemsin anItemizedOverlay.You can try to use the
Geocoderclass to get an address given a latitude and longitude.Note that your project is more advanced than what I would recommend for “a beginner in Google map”.