summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeocodingmanagerengine.cpp
diff options
context:
space:
mode:
authorPeter Yard <peter.yard@nokia.com>2012-02-10 17:57:22 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-13 02:02:13 +0100
commit7782a4a86f83c678822af6d059eaf5012fce7d7f (patch)
tree9d97f2e78fb636e373fc53456929d41fa7a87c0b /src/location/maps/qgeocodingmanagerengine.cpp
parent2f6abf05e5f186306a55570aae0ee32ed4a08384 (diff)
downloadqtlocation-7782a4a86f83c678822af6d059eaf5012fce7d7f.tar.gz
Docs: QTBUG-24066, Location doc typos.
Change-Id: I71d7ab7e074eef2000f10463f3bf75cdb9bf6048 Reviewed-by: David Laing <david.laing@nokia.com>
Diffstat (limited to 'src/location/maps/qgeocodingmanagerengine.cpp')
-rw-r--r--src/location/maps/qgeocodingmanagerengine.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/location/maps/qgeocodingmanagerengine.cpp b/src/location/maps/qgeocodingmanagerengine.cpp
index 0105d44c..a2ffe1b5 100644
--- a/src/location/maps/qgeocodingmanagerengine.cpp
+++ b/src/location/maps/qgeocodingmanagerengine.cpp
@@ -158,7 +158,7 @@ int QGeocodingManagerEngine::managerVersion() const
Once the operation has completed, QGeocodeReply::locations() can be used to
retrieve the results, which will consist of a list of QGeoLocation objects.
- These object represent a combination of coordinate and address data.
+ These objects represent a combination of coordinate and address data.
The address data returned in the results may be different from \a address.
This will usually occur if the geocoding service backend uses a different
@@ -197,7 +197,7 @@ QGeocodeReply* QGeocodingManagerEngine::geocode(const QGeoAddress &address,
QGeocodeReply::UnsupportedOptionError will occur.
At that point QGeocodeReply::locations() can be used to retrieve the
- results, which will consist of a list of QGeoLocation objects. These object
+ results, which will consist of a list of QGeoLocation objects. These objects
represent a combination of coordinate and address data.
The coordinate data returned in the results may be different from \a
@@ -239,7 +239,7 @@ QGeocodeReply* QGeocodingManagerEngine::reverseGeocode(const QGeoCoordinate &coo
Once the operation has completed, QGeocodeReply::locations() can be used to
retrieve the results, which will consist of a list of QGeoLocation objects.
- These object represent a combination of coordinate and address data.
+ These objects represent a combination of coordinate and address data.
If \a limit is -1 the entire result set will be returned, otherwise at most
\a limit results will be returned.
@@ -312,7 +312,7 @@ bool QGeocodingManagerEngine::supportsReverseGeocoding() const
}
/*!
- Sets the locale to be used by the this manager to \a locale.
+ Sets the locale to be used by this manager to \a locale.
If this geocoding manager supports returning the results
in different languages, they will be returned in the language of \a locale.