문제

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top