A QAbstractItemModel that contains a list of routing instructions.
Each item represents a routing step in the way from source to
destination. Steps near the source come first, steps near the target
last.
Enumerations |
<anonymous> | { Q_X, Q_Y, Q_Z, Q_W } |
<anonymous> | { Q_X, Q_Y, Q_Z, Q_W } |
AltitudeMode | { ClampToGround, RelativeToGround, Absolute } |
AngleUnit | { DMSDegree, DecimalDegree, UTM } |
Dimension | { Latitude, Longitude } |
DocumentRole | { UnknownDocument, MapDocument, UserDocument, TrackingDocument, BookmarkDocument, SearchResultDocument } |
DownloadUsage | { DownloadBulk, DownloadBrowse } |
DragLocation | { KeepAxisVertically, FollowMousePointer } |
EnumFeatureId | { InvalidFeatureId, GeoDataDocumentId, GeoDataFolderId, GeoDataPlacemarkId, GeoDataNetworkLinkId, GeoDataScreenOverlayId, GeoDataGroundOverlayId } |
EnumGeometryId | { InvalidGeometryId, GeoDataPointId, GeoDataLineStringId, GeoDataLinearRingId, GeoDataPolygonId, GeoDataMultiGeometryId, GeoDataMultiTrackId, GeoDataModelId, GeoDataTrackId } |
FlyToMode | { Automatic, Instant, Linear, Jump } |
GraphicsSystem | { NativeGraphics, RasterGraphics, OpenGLGraphics } |
LabelLocalization | { CustomAndNative, Custom, Native } |
LabelPositionFlag | { NoLabel, LineStart, LineCenter, LineEnd, IgnoreXMargin, IgnoreYMargin } |
MapQuality | { OutlineQuality, LowQuality, NormalQuality, HighQuality, PrintQuality } |
OnStartup | { ShowHomeLocation, LastLocationVisited } |
Pole | { AnyPole, NorthPole, SouthPole } |
PositionProviderStatus | { PositionProviderStatusError, PositionProviderStatusUnavailable, PositionProviderStatusAcquiring, PositionProviderStatusAvailable } |
Projection | { Spherical, Equirectangular, Mercator } |
ProxyType | { HttpProxy, Socks5Proxy } |
SearchMode | { GlobalSearch, AreaSearch } |
TessellationFlag | { NoTessellation, Tessellate, RespectLatitudeCircle, FollowGround, RotationIndicatesFill, SkipLatLonNormalization } |
ViewContext | { Still, Animation } |
Functions |
long | TileId::mapThemeIdHash () |
int | TileId::x () |
int | TileId::y () |
int | TileId::zoomLevel () |
QDebug | mDebug () |
bool | operator == (Marble.GeoDataLatLonAltBox lhs, Marble.GeoDataLatLonAltBox rhs) |
long | qHash (Marble.GeoDataLatLonAltBox r) |
long | qHash (Marble.TileId a0) |
long | qHash (Marble.TileId a0) |
Attributes |
int | latLonAltBoxSamplingRate |
int | tessellationPrecision |
A class that defines a 3D bounding box for geographic data.
GeoDataLatLonAltBox is a 3D bounding box that describes a geographic area
in terms of latitude, longitude and altitude.
The bounding box gets described by assigning the northern, southern,
eastern and western boundary.
So usually the value of the eastern boundary is bigger than the
value of the western boundary. Only if the bounding box crosses the
date line then the eastern boundary has got a smaller value than
the western one.
A class that defines a 3D bounding box for geographic data.
GeoDataLatLonAltBox is a 3D bounding box that describes a geographic area
in terms of latitude, longitude and altitude.
The bounding box gets described by assigning the northern, southern,
eastern and western boundary.
So usually the value of the eastern boundary is bigger than the
value of the western boundary. Only if the bounding box crosses the
date line then the eastern boundary has got a smaller value than
the western one.
A class that defines a 3D bounding box for geographic data.
GeoDataLatLonAltBox is a 3D bounding box that describes a geographic area
in terms of latitude, longitude and altitude.
The bounding box gets described by assigning the northern, southern,
eastern and western boundary.
So usually the value of the eastern boundary is bigger than the
value of the western boundary. Only if the bounding box crosses the
date line then the eastern boundary has got a smaller value than
the western one.