user291977
user291977

Reputation: 247

how to get geographical location from co-ordinates using jde 4.5

How can I get the geographical location (Address) from the co-ordinates in Blackberry jde 4.5.

Thanks and regards, Vivek Birdi.

Upvotes: 1

Views: 435

Answers (2)

Mohamed Magdy
Mohamed Magdy

Reputation: 551

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

Upvotes: 0

npinti
npinti

Reputation: 52185

You can use the Location API to obtain the GPS Co-Ordinates and then use a reverse geocoding service to obtain the address.

Upvotes: 3

Related Questions