PDA

View Full Version : Get address from GPS coordinate



seanasl
22nd January 2012, 05:02
Hi all ,

Is there a way to convert gps coordinate to address either throught qt location or by querying google map ? Thank a lot...

ChrisW67
24th January 2012, 00:57
Look at the Qt Mobility Maps Demo Tutorial (http://doc.qt.nokia.com/qtmobility-1.2/tutorials-mapsdemo.html) at the reverse geocode section.

seanasl
24th January 2012, 06:16
Look at the Qt Mobility Maps Demo Tutorial (http://doc.qt.nokia.com/qtmobility-1.2/tutorials-mapsdemo.html) at the reverse geocode section.
Hi Chris ,

I read throught the demo . Can you hel me highlight which part is the part about reverse geocodin as i cant locate them. Or is there any page i can download the full codes. Thanks a lot
Regards

ChrisW67
24th January 2012, 07:09
Did you read more than the first page of the tutorial? The second part has a heading "Reverse geocode"... it's even in the table of contents.

The example source is in the QtMobility source code bundle.