summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/esri/geocodereply_esri.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices/esri/geocodereply_esri.cpp')
-rw-r--r--src/plugins/geoservices/esri/geocodereply_esri.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/geoservices/esri/geocodereply_esri.cpp b/src/plugins/geoservices/esri/geocodereply_esri.cpp
index 51d97882..ea89e6a0 100644
--- a/src/plugins/geoservices/esri/geocodereply_esri.cpp
+++ b/src/plugins/geoservices/esri/geocodereply_esri.cpp
@@ -197,7 +197,7 @@ QGeoLocation GeoCodeReplyEsri::parseCandidate(const QJsonObject& candidate)
QGeoLocation location;
location.setCoordinate(coordinate);
- location.setBoundingBox(extent);
+ location.setBoundingShape(extent);
location.setAddress(address);
return location;