[SOLVED] QML Location Plugin : Get city using coordinate
-
In QML we can get the device's location using PositionSource element. Next, I need to get city name using position information. How to do this in QML? Thanks.
-
You could try this one: https://gist.github.com/1119717 :-)
-
Already did that, the result not really well, I think. Better use Google Geocoding API.