Lines Matching full:location
45 \qmltype Location
49 \brief The Location type holds location data.
51 Location types represent a geographic "location", in a human sense. This
54 to display when viewing this location.
56 The Location type is most commonly seen as the contents of a search
58 locations found for a given query, it represents these as Location objects.
62 The following example shows a simple Location object being declared:
65 Location {
80 This property holds the extended attributes for this Location.
81 Extended attributes are backend-dependent and can be location-dependent.
104 \qmlproperty QGeoLocation QtPositioning::Location::location
107 "\l {Location - QGeoLocation} {Interfaces between C++ and QML Code}".
123 QGeoLocation QDeclarativeGeoLocation::location() const in location() function in QDeclarativeGeoLocation
134 \qmlproperty Address QtPositioning::Location::address
136 …This property holds the address of the location which can be use to retrieve address details of th…
156 \qmlproperty coordinate QtPositioning::Location::coordinate
158 …geographical coordinate of the location which can be used to retrieve the latitude, longitude and …
178 \qmlproperty georectangle QtPositioning::Location::boundingBox
180 This property holds the recommended region to use when displaying the location.
181 For example, a building's location may have a region centered around the building,