Hi,
How can I get the geographical location (Address) from the co-ordinates in Blackberry jde 4.5.
Thanks and regards, Vivek Birdi.
Hi,
How can I get the geographical location (Address) from the co-ordinates in Blackberry jde 4.5.
Thanks and regards, Vivek Birdi.
You can use the Location API to obtain the GPS Co-Ordinates and then use a reverse geocoding service to obtain the address.
You do http get to Google geo on Google geo
the response can be either JSON or XML according to your need , I prefer JSON since it more light weight for Mobile communication