Pergunta

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

Thanks and regards, Vivek Birdi.

Foi útil?

Solução

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

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top