1

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

Thanks and regards, Vivek Birdi.

user291977
  • 237
  • 1
  • 5
  • 11

2 Answers2

3

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

npinti
  • 51,780
  • 5
  • 72
  • 96
0

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

Mohamed Magdy
  • 551
  • 2
  • 9
  • 19