Qt Location C++ Classes
Location module provides positioning, mapping, navigation, and place search via QML and C++ interfaces. More...
Namespaces
Contains miscellaneous identifiers used throughout the QtLocation module |
Classes
Manages an operation started by an instance of QGeoCodingManager | |
Support for geocoding operations | |
Interface and convenience methods to implementers of QGeoServiceProvider plugins who want to provide support for geocoding operations | |
Represents the information relevant to the point at which two QGeoRouteSegments meet | |
Represents a route between two points | |
Manages an operation started by an instance of QGeoRoutingManager | |
Represents the parameters and restrictions which define a request for routing information | |
Represents a segment of a route | |
Support for geographic routing operations | |
Interface and convenience methods to implementers of QGeoServiceProvider plugins who want to provide access to geographic routing information | |
Aggregates access to services which provide geographical information | |
Factory class used as the plugin interface for services related to geographical information | |
Represents a set of data about a place | |
Represents generic attribute information about a place | |
Represents a category that a QPlace can be associated with | |
Represents a contact detail such as a phone number or website url | |
Serves as the base class for rich content types | |
Manages a content retrieval operation started by an instance of QPlaceManager | |
Represents the parameters of a content request | |
Manages a place details fetch operation started by an instance of QPlaceManager | |
Represents a publisher's article describing a place | |
Represents an icon | |
Manages operations which return an identifier such as saving and removal operations of places and categories | |
Represents a reference to an image | |
The interface which allows clients to access places stored in a particular backend | |
Interface for implementers of QGeoServiceProvider plugins who want to provide access to place functionality | |
Manages a place matching operation started by an instance of QPlaceManager | |
Used to find places from one manager that match those from another. It represents a set of request parameters | |
Represents a search result containing a proposed search | |
Holds rating information about a place | |
Manages an operation started by an instance of QPlaceManager and serves as a base class for more specialized replies | |
Represents a search result containing a place | |
Represents a review of a place | |
Manages a place search operation started by an instance of QPlaceManager | |
Represents the set of parameters for a search request | |
The base class for search results | |
Manages a search suggestion operation started by an instance of QPlaceManager | |
Represents a supplier of a place or content associated with a place | |
Represents an individual user |
Detailed Description
To load the Qt Location module, add the following statement to your .qml files
import QtLocation 5.0
For C++ projects include the header appropriate for the current use case, for example applications using routes may use
#include <QGeoRoute>
The .pro file should have the location keyword added
QT += location
See more in the Qt Location Overview.