summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/esri/placesearchreply_esri.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices/esri/placesearchreply_esri.cpp')
-rw-r--r--src/plugins/geoservices/esri/placesearchreply_esri.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/geoservices/esri/placesearchreply_esri.cpp b/src/plugins/geoservices/esri/placesearchreply_esri.cpp
index a35c9964..0f04a66f 100644
--- a/src/plugins/geoservices/esri/placesearchreply_esri.cpp
+++ b/src/plugins/geoservices/esri/placesearchreply_esri.cpp
@@ -204,7 +204,7 @@ QPlaceResult PlaceSearchReplyEsri::parsePlaceResult(const QJsonObject &item) con
QGeoLocation geoLocation;
geoLocation.setCoordinate(coordinate);
geoLocation.setAddress(geoAddress);
- geoLocation.setBoundingBox(boundingBox);
+ geoLocation.setBoundingShape(boundingBox);
// set place
place.setName(keys.value(kLongLabelKey));