Maps and Navigation (C++)Maps and Navigation provides C++ utilities for geocoding (finding a geographic coordinate from a street address) and navigation (including driving and walking directions). GeocodingIn C++, an address-to-coordinate query is performed using the geocode() method of the QGeocodingManager class. For coordinate-to-address queries, the reverseGeocode() method is available on the same class. Instances of QGeocodingManager are available via QGeoServiceProvider. Key Classes
|