summaryrefslogtreecommitdiff
path: root/src/location/labs/qmapiconobject_p_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce QGeoMapObject::geoShape propertyPaolo Angelelli2019-02-011-1/+4
| | | | | | | | | | In this way MapObjects become a little closer to MapItems, and this property can be used to, for example, center the map on one specific object or object group. Fixes: QTBUG-69640 Change-Id: I4dbead9e670bf5d1eeaccb2bd09d956b8de7da87 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* Rename MapIconObject.size to MapIconObject.iconSizePaolo Angelelli2019-01-141-5/+5
| | | | | | | Associated signals and methods are also renamed Change-Id: I6a6baa77f8324d3b345118072be75491ca251be2 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
* Move locationlabs code into locationPaolo Angelelli2018-03-231-0/+105
The labs feature will still be controlled by location-labs-plugin config option. They will simply come from the QtLocation module, and be exposed to QML via the additional qml plugin in imports/locationlabs. Change-Id: I133d625708e78ba5d8121a95e45142aae5ec274b Reviewed-by: Alex Blasche <alexander.blasche@qt.io>