Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[2.0.0-20231026] - 2023-10-26¶
Added¶
Added
DataSource::snapToMapLinkThresholdForVehicle
propertyAdded
DataSource::snapToMapLinkThresholdForBike
propertyAdded
DataSource::preferSnapToRoute
propertyAdded
DataSource::improvedPositionUpdateFreq
propertyAdded
ServicesManager::isVoiceInstructionPlaying
propertyAdded
ServicesManager::sdkVersion
propertyAdded
MapDetails::coverageCoordList
methodAdded
DataSource::pushAccelerometerData
methodAdded
DataSource::pushCompassData
methodAdded
DataSource::pushGyroscopeData
methodAdded
DataSource::pushMagnetometerData
methodAdded
FollowingPositionSettings::mapRotationMode
propertyAdded
FollowingPositionSettings::rotationAngle
propertyAdded
FollowingPositionSettings::trackObjectFollowsMapRotation
propertyAdded
RoutingService::strictTrackFollow
property
[2.0.0-20230321] - 2023-03-21¶
Added¶
Added
BikePreferences::ignoreRestrictionsOverTrack
propertyAdded
ImprovedPosition
typeAdded
DataSource::improvedPosition
propertyAdded
ServicesManager::soundVolume
propertyAdded
RouteRenderSettings
typeAdded
ServicesManager::createRouteRenderSettings
methodAdded
RouteCollection::routeRenderSettings
methodsAdded
RouteCollection::setRouteRenderSettings
methodsAdded
FollowingPositionSettings
typeAdded
Mapview::followingPositionSettings
propertyAdded
MapReleaseInfo
typeAdded
MapDetails::version
propertyAdded
MapDetails::releaseInfo
propertyAdded
Category.GenericId
enumAdded
ServicesManager.createIconFromId
methodAdded
DataSourceRecorder
typeAdded
ServicesManager::dataSourceRecorder
typeAdded
DataSource::type
propertyAdded
DataSource::playbackXXXXX
properties
Changed¶
IconDatabase::addIcon
,MapScene::setDefaultPositionTrackerFromGlbFile
,MapView::stylePath
,Marker[Collection|List]::saveToFile
,Marker[Collection|List]::loadFromFile
,ServicesManager::[async]loadPathFromGpxFile
,ServicesManager::[async]loadPathFromGpxFile
ServicesManager::createIconFromFile
,ServicesSettings::setVoiceByPath
now accepts proper QUrl local file paths, e.g.:"qrc:/resources/file/path"
":/resources/file/path"
the getter will return “qrc:/resources/file/path”"qrc:///resources/file/path"
the getter will return “qrc:/resources/file/path”"file:///absolute/path/to/file"
"/absolute/path/to/file"
the getter will return “file:///absolute/path/to/file” We recommend the usage ofQt.resolvedUrl("filePath")
, e.g.map.stylePath = Qt.resolvedUrl("mapstyle.style");
Removed¶
Removed
DataSource::createPosition
method, please useServicesManager::createPosition
instead
[2.0.0-20230201] - 2023-02-01¶
Added¶
Added
NavigationService::status
propertyAdded
ServicesManager::asyncLoadPathFromGpxData
methodAdded
ServicesManager::asyncLoadPathFromGpxFile
methodAdded
ServicesManager::pathLoaded
signalAdded
NavigationInstruction::nextSpeedLimitVariation
method (available on Qt 5.15+)Added
NextSpeedLimit
type (available on Qt 5.15+)
[2.0.0-20221214] - 2022-12-14¶
Added¶
Added
ServicesManager::asyncLoadPathFromGpxData
methodAdded
ServicesManager::asyncLoadPathFromGpxFile
methodAdded
ServicesManager::pathLoaded
signal
[2.0.0-20221122] - 2022-11-22¶
Added¶
Added
LandmarkList::boundingBox
propertyAdded
MapView::autoFocus
propertyAdded
RoadInfo
typeAdded
NavigationInstruction::currentRoadInformationList
propertyAdded
NavigationInstruction::nextRoadInformationList
property
Changed¶
Renamed
MapView::mapCursorSelectionUpdated
toMapView::cursorSelectionUpdated
Renamed
MapView::mapStylePath
toMapView::stylePath
Renamed
MapView::mapStyleId
toMapView::styleId
Renamed
ContentItem::fileName
toContentItem::filePath
[2.0.0-20220630] - 2022-06-30¶
Added¶
Added
Markers
exampleAdded
Marker
typeAdded
MarkerCollection
typeAdded
MarkerList
typeAdded
MarkerExtendedList
typeAdded
MarkerRenderSettings
typeAdded
MarkerCollectionRenderSettings
typeadded
MarkerMatcher
typeAdded
MarkerCollection MapView::markerCollection
methodAdded
Marker ServicesManager::createMarker
methodAdded
Marker ServicesManager::createCirclePolygonMarker
methodAdded
Marker ServicesManager::createRectanglePolygonMarker
methodAdded
MarkerList ServicesManager::createMarkerList
methodAdded
MarkerRenderSettings ServicesManager::createMarkerRenderSettings
methodAdded
MarkerListRenderSettings ServicesManager::createMarkerListRenderSettings
methodAdded
MapView::detailsQualityLevel
propertyAdded
Coordinates Coordinates::clone
methodAdded
TruckProfile
typeAdded
RoutingService::truckPreferences
methodAdded
list<Landmark> MapView::streetsCursorSelection
methodAdded
list<Route> MapView::routesCursorSelection
methodAdded
list<MarkerMatcher> MapView::routesCursorSelection
methodAdded
MapView::touchGestures
propertyAdded
MapView::enableGesture
methodAdded
MapView::disableGesture
method
Changed¶
Renamed
PublicTransportPreferences.safetyNetMinutes
toPublicTransportPreferences.minimumTransferTimeInMinutes
propertyRenamed
PublicTransportPreferences.maximumWaitingMinutes
toPublicTransportPreferences.maximumTransferTimeInMinutes
property
[2.0.0-20220414] - 2022-04-14¶
Added¶
Added
void ContentStore::cancel()
methodAdded
DataSource::transportMode
propertyAdded
Position DataSource::createPosition() const
methodAdded
MapView::buildingsVisibility
propertyAdded
MapView::positionIndicatorVisibility
propertyAdded
BikePreferences::avoidUnpavedRoads
propertyAdded
BikePreferences::avoidFerries
propertyAdded
ServicesManager::useSound
propertyAdded
MapScene
typeAdded
ServicesManager::mapScene
propertyAdded
MapScene::setDefaultPositionTrackerFromGlbData
methodAdded
MapScene::setDefaultPositionTrackerFromGlbFile
method
Changed¶
Renamed
void ContentStore::update()
toGeneralMagic::Result ContentStore::update()
methodRenamed
LandmarkStoresSelection
toLandmarkStoresCollection
typeRenamed
SearchService::landmarkStoresSelection
toSearchService::landmarkStoresCollection
propertyRenamed
MapView::landmarkStoresSelection
toMapView::landmarkStoresCollection
property
Removed¶
Removed
MapView::show3DBuildings
propertyRemoved
MapViewExtensions::gpsAccuracyCircle
property
[2.0.0-20211104] - 2021-11-04¶
Added¶
Added
Route.Type.Economic
enum value
Changed¶
Moved
MapViewCustomization.gpsAnchorPosition
toMapView.gpsAnchorPosition
Renamed
MapViewCustomization
toMapViewExtensions
Renamed
MapView.customization
toMapView.extensions
Renamed
ServicesSettings.onlineWorldMapEnabled
toServicesSettings.worldwideRoadMapSupportEnabled
Renamed
ServicesSettings.onlineWorldMapDisabled
toServicesSettings.worldwideRoadMapSupportDisabled
Renamed
ServicesSettings.onlineWorldMapStatusChanged
toServicesSettings.worldwideRoadMapSupportStatus
Renamed
ServicesSettings.worldMapVersionUpdated
toServicesSettings.worldwideRoadMapVersionUpdated
Renamed
ServicesSettings.onlineWorldMapUnsupportedCapabilities
toServicesSettings.worldwideRoadMapUnsupportedCapabilities
Removed¶
DynamicIconView::blend
propertyMapView.dataSource
propertyMapView.positionDisplayMode
propertyMapViewCustomization.setCursorTexture
method
[2.0.0-20210708] - 2021-07-08¶
Added¶
ClimbSection
object typeSteepSection
object typeSurfaceSection
object typeRoadTypeSection
object typeRouteTerrainProfile.climbSections
propertyRouteTerrainProfile.steepSections
propertyRouteTerrainProfile.surfaceSections
propertyRouteTerrainProfile.roadTypeSections
property
Fixed¶
NavigationInstruction.nextNextTurnDynamicIcon
now returns the proper icon
[2.0.0-20210624] - 2021-06-24¶
Added¶
MapView.rotationAngle
propertyNavigationInstruction.driveSide
propertyNavigationInstruction.nextNextTurnDynamicIcon
propertyNavigationInstruction.nextNextTurnEvent
propertyNavigationInstruction.nextTurnEvent
propertyNavigationInstruction.timeToNextNextTurn
propertyPublicTransportRouteInformation
typeRoute.hasPublicTransport
propertyRoute.hasTerrainProfile
propertyRoute.publicTransport
propertyRouteInstruction.hasPublicTransport
propertyRouteInstruction.turnIcon
propertyRouteSegment.hasPublicTransport
propertyTicketInformation
type
Changed¶
Renamed
PublicTransportInformation
toPublicTransportSegmentInformation
Removed¶
PublicTransportInformationBase.valid
property, unneeded anymoreRouteTerrainProfile.valid
property, unneeded anymore
Fixed¶
MapView.zoomLevel
propertyRoute.terrainProfile
doesn’t crash if it’s nullVarious minor bug fixes and improvements
[2.0.0-20210616] - 2021-06-16¶
Added¶
PublicTransportInformation.isSignificant
propertyPublicTransportInformation.isStationWalk
property
Changed¶
Renamed
ServicesSettings.MapSupportStatus.EExpiredData
toServicesSettings.MapSupportStatus.ExpiredData
Removed¶
RouteInstruction.type
propertyRouteSegment.type
property
Fixed¶
Don’t cancel the download when ContentItem is destroyed
Various minor bug fixes and improvements
[2.0.0-20210608] - 2021-06-08¶
Added¶
GeographicArea
,GeographicCircle
,GeographicPolygon
,GeographicRectangle
types
Changed¶
Renamed
ServicesManager.commonSettings
toServicesManager.settings
Fixed¶
Various minor bug fixes and improvements
[2.0.0-20210422] - 2021-04-22¶
Added¶
Use Qt Logging Category to log Magic Lane logs. Check Qt’s docs for more info.
Initial 2.0 TP release
[Unreleased]¶
[1.0.0]: Initial release