How to pinpoint a location on GMap
Hi friends,
Currently i am preparing a location based application where i have to display address with a mark on the location. I have my own database for the addresses.My query is how to pinpoint that particular address on that position as i am unable to find any class or coding for the same.
Please reply with the same answer as soon as possible.
Thanking you.
Re: How to pinpoint a location on GMap
well if you are using google maps I'd say have a look at the Wiki here because there are several articles regarding that and/or have a look at the static maps Google documentation...
Re: How to pinpoint a location on GMap
Using Google maps API geo-coding API's you can get the lat/long of the given address
ref to [url]http://wiki.forum.nokia.com/index.php/Google_Maps_API_in_Java_ME[/url]
based on the lat/long we can request google maps API to send us a new map with this lat/long at its center where you can overlap the address.
thanks,
~Amitabh