Skip to main content

Deprecated API

Below is a mapping between deprecated APIs and their recommended replacements.

AndroidLinuxOld APINew API
xxLicense.activate() LicenseMgr.activateLicense(License)
xxLicense.activate(String) LicenseMgr.activateLicense(License, String)
xxLicense.deactivate() LicenseMgr.deactivateLicense(License) )
xxLicense.getLicenseStatus() LicenseMgr.getLicenseStatus(License)
xxLicense.isLicensingReady() LicenseMgr.isLicensingReady ()
xLicense() License(String)
xLicense.setLicenseKey(String) License(String)
xxLicenseActivationStatus LicenseActivationResponse
xMapDataMgr.getInstalledMapList() MapDataMgr.getInstalledMaps()
xMapdata.isInstalled() MapDataMgr.getInstalledMaps()
xMapData.getInstalledMapList() MapDataMgr.getInstalledMaps()
xxMapDataMgr. deleteMap(MapRegion set, int year, int quarter) MapDataMgr.deleteMap(MapRegion set)
xxMapDataMgr.getMapDownloadStatus(MapRegion set) MapDataListener.onMapdataUpdate(MapInfo mapSet, DownloadStatus downloadStatus)
xxMapDataMgr.downloadMap(MapRegion set) MapDataMgr.downloadMap(List mapRegionList, null, false)
xxMapDataMgr.downloadMap(MapRegion set, int year, int quarter) MapDataMgr.downloadMap(List mapRegionList, null, year, quarter, null, false)
xxTrip.setActiveRoutingProfile(RoutingProfile) RouteMgr.setActiveRoutingProfile(RoutingProfile)
xTrip.setActiveRoutingProfile(TruckRoutingProfile) RouteMgr.setActiveRoutingProfile(TruckRoutingProfile)
xTrip.setActiveTruckRoutingProfile(TruckRoutingProfile) RouteMgr.setActiveRoutingProfile(TruckRoutingProfile)
xxTrip.getActiveTruckRoutingProfile() RouteMgr.getActiveTruckRoutingProfile()
xxTrip.getActiveRoutingProfile() RouteMgr.getActiveRoutingProfile()
xTrip.optimizeStops(boolean) RouteMgr.optimizeStops(boolean)
xTrip.addStop() RouteMgr.addStop()
xxTrip.addStops() RouteMgr.addStops()
xTrip.addStopAsync() RouteMgr.addStop()
xTrip.addStopsAsync() RouteMgr.addStops()
xTrip.addStopFromGeoUri() RouteMgr.addStop()
xTrip.pickStopFromGeoUri() RouteMgr.pickStopFromGeoUri()
xTrip.calculateRoute() RouteMgr.calculateRoute()
xxTrip.hasDestination() RouteMgr.hasDestination()
xxTrip.removeAllStops() RouteMgr.removeAllStops()
xxTrip.getStopList() RouteMgr.getStopList()
xTrip.latLonAheadOnRoute() RouteMgr.latLonAheadOnRoute()
xTrip.adjustRoadPriority() RouteMgr.adjustRoadPriority()
xTrip.isCopilotReadyToAddStops() RouteMgr.isCopilotReadyToAddStops()
xTrip.isReceivingGPSSignal() RouteMgr.isReceivingGPSSignal()
xRouteSync.sendManagedRoute(String, ComplianceLevel, double) route.RouteSync.sendManagedRoute(String, ComplianceLevel, double)
xRouteSync.sendManagedRoute(byte[]) route.RouteSync.sendManagedRoute(byte[])
xxSpeech.playSpeechSample(int) SpeechMgr.playSpeechSample(int)
xxSpeech.playTTSMessage(String, int, Boolean, Boolean) SpeechMgr.playTTSMessage(String, int, boolean, boolean)
xSpeech.getLanguages() SpeechMgr.getLanguages()
xSpeech.getCurrentLanguage() SpeechMgr.getCurrentLanguage()
xSpeech.getCurrentVoice() SpeechMgr.getCurrentVoice()
xSpeech.getLanguageInfo(Locale) SpeechMgr.getLanguageInfo(Locale)
xSpeech.setLanguageAndVoice(Locale, String) SpeechMgr.setLanguageAndVoice(Locale, String)
xSpeech.cancelVoiceMessage() SpeechMgr.cancelVoiceMessage()
xCopilot.setUnitsOfMeasure() CopilotMgr.setUnitsOfMeasure()
xCopilot.getUnitsOfMeasure() CopilotMgr.getUnitsOfMeasure()
xCopilot.enableMotionLock() CopilotMgr.setMotionLockMode()
xCopilot.getMotionLockEnabled() CopilotMgr.getMotionLockMode()
xCopilot.setMotionLockSpeedThreshold() CopilotMgr.setMotionLockSpeedThreshold()
xCopilot.getMotionLockSpeedThreshold() CopilotMgr.getMotionLockSpeedThreshold()
xCopilot.getTimeFormat() CopilotMgr.getTimeFormat()
xCopilot.setTimeFormat() CopilotMgr.setTimeFormat()
xxCopilot.getVersionInfo() CopilotMgr.getVersionInfo()
xCopilot.viewStopOnMap() MapDrawer.viewOnMap()
xCopilot.getInstalledMapList() MapDataMgr.getInstalledMapList()
xCopilot.isMapDataInstalled MapDataMgr.getInstalledMapList()
xCopilot.setTurnInstructionCallbackDelay() CopilotMgr.setTurnInstructionCallbackDelay()
xCopilot.getTurnInstructionCallbackDelay() CopilotMgr.getTurnInstructionCallbackDelay()
xCopilot.setCopilotStartupParameters() CopilotMgr.setCopilotStartupParameter()
xCopilot.allowCellularDataForGlobalUsage() CopilotMgr.allowCellularDataForGlobalUsage()
xCopilot.allowCellularDataForFeedback() CopilotMgr.allowCellularDataForFeedback()
xCopilot.allowCellularDataForMapDownloads() CopilotMgr.allowCellularDataForMapDownloads()
xCopilot.allowCellularDataForNewsAndUpdates() CopilotMgr.allowCellularDataForNewsAndUpdates()
xCopilot.allowCellularDataForSearch() CopilotMgr.allowCellularDataForSearch()
xCopilot.allowCellularDataForSocial() CopilotMgr.allowCellularDataForSocial()
xCopilot.allowCellularDataForSystemFiles() CopilotMgr.allowCellularDataForSystemFiles()
xCopilot.allowCellularDataForTrafficServices() CopilotMgr.allowCellularDataForTrafficServices()
xCopilot.isAllowingallowCellularDataForGlobalUsage() CopilotMgr.isAllowingallowCellularDataForGlobalUsage()
xCopilot.isAllowingallowCellularDataForFeedback() CopilotMgr.isAllowingallowCellularDataForFeedback()
xCopilot.isAllowingallowCellularDataForMapDownloads() CopilotMgr.isAllowingallowCellularDataForMapDownloads()
xCopilot.isAllowingallowCellularDataForNewsAndUpdates() CopilotMgr.isAllowingallowCellularDataForNewsAndUpdates()
xCopilot.isAllowingallowCellularDataForSearch() CopilotMgr.isAllowingallowCellularDataForSearch()
xCopilot.isAllowingallowCellularDataForSocial() CopilotMgr.isAllowingallowCellularDataForSocial()
xCopilot.isAllowingallowCellularDataForSystemFiles() CopilotMgr.isAllowingallowCellularDataForSystemFiles()
xCopilot.isAllowingallowCellularDataForTrafficServices() CopilotMgr.isAllowingallowCellularDataForTrafficServices ()
xCopilot.setVolume() SpeechMgr.setVolume()
xCopilot.getVolume() SpeechMgr.getVolume()
xCopilot.getView() CopilotMgr.getView()
xCopilot.isActive() CopilotMgr.isActive()
xCopilot.suspendGPSProcessing() CopilotMgr.disableGPS()
xCopilot.resumeGPSProcessing() CopilotMgr.enableGPS()
xCopilot.setBillingProvider() CopilotMgr.setBillingProvider()
xUIEvent.showNavigationScreen() UIMgr.showDialog(Dialog)
xUIEvent.openMainMenu() UIMgr.showDialog(Dialog)
xUIEvent.openDrivingMenu() UIMgr.showDialog(Dialog)
xUIEvent.showDialog(Dialog) UIMgr.showDialog(Dialog)
xMapDrawing.drawImageAtCoordinates() MapDrawer.drawImages()
xMapDrawing.removeImageAtCoordinates() MapDrawer.removeAllImages()
xMapDrawing.removeCategoryImagesFromMap() MapDrawer.removeImageSet()
xMapDrawing.setMapOrientation() MapDrawer.setMapOrientation()
xMapDrawing.mapZoom() MapDrawer.mapZoom()
xMapDrawing.getMapZoomLevel() MapDrawer.getMapZoomLevel()
xMapDrawing.toggleMapView() MapDrawer.setMapView()
xMapDrawing.getMapView() MapDrawer.getMapView()
xMapDrawing.centerMapToCopilotStop() MapDrawer.viewOnMap()
xMapDrawing.setMapFrame() MapDrawer.setMapFrame()
xMapDrawing.locktoCurrentLocation() MapDrawer.lockToChevron()
xMapDrawing.setCurrentNavView() MapDrawer.setMapView()
xMapDrawing.setPOIDisplaySetting() UIMgr.setPOIDisplaySetting()
xMapDrawing.getPOIDisplaySetting() UIMgr.getPOIDisplaySetting()
xMapDrawing.setInfoLeftBarSetting() UIMgr.setInfoLeftBarSetting()
xMapDrawing.setInfoRightBarSetting() UIMgr.setInfoRightBarSetting()
xMapDrawing.getInfoLeftBarSetting() UIMgr.getInfoLeftBarSetting()
xMapDrawing.getInfoRightBarSetting() UIMgr.getInfoRightBarSetting()
xMapDrawing.mapSetXmlData(String) GeofenceMgr.addGeofencesXML(String)
xMapImageSet.MapImageSet(String setName, Bitmap setImage, AbstractList listOfPoints) throws InvalidParameterException () MapImageSet.MapImageSet(String setName, Bitmap setImage, MapImageInfoList listOfMapImages) throws InvalidParameterException
xMapImageSet.getCoordinateList () MapImageSet.getMapImageInfoList()
xGuidance.finishExternalGPSProcessing GPSDevice.close()
xGuidance.prepareForExternalGPSLocations() GPSDevice.open()
xGuidance.sendGPSLocation() GPSDevice.sendGPSLocation()
xGuidance.sendNMEASentence() GPSDevice.sendNMEASentence()
xGuidance.getCurrentLink() GuidanceMgr.getCurrentRoad()
xGuidance.getCurrentGrid() GuidanceMgr.getCurrentRoad()
xGuidance.roadInfo() GuidanceMgr.getCurrentRoad()
xGuidance.truckRoadInfo() GuidanceMgr.getCurrentRoad()
xGuidance.routeCoordinates() GuidanceMgr.getRouteCoordinates()
xGuidance.routeTmcCodes() GuidanceMgr.getRouteTmcCodes()
xGuidance.routeTmcCodes(boolean) GuidanceMgr.getRouteTmcCodes(boolean)
xGuidance.RoadPriority Route.RoadPriority
xGuidance.adjustRoadPriority() RouteMgr.adjustRoadPriority()
xGuidance.turnInstruction() GuidanceMgr.getTurnInstruction()
xGuidance.laneAssist() GuidanceMgr.getLaneAssist()
xGuidance.safetyCamera() GuidanceMgr.getCurrentSafetyCamera()
xGuidance.position() GuidanceMgr.getCurrentPosition()
xGuidance.ETA() GuidanceMgr.getETA()
xGuidance.distanceToDestination() GuidanceMgr.getDistanceToDestination()
xGuidance.setDistanceToSayTurnNow() GuidanceSettings.setDistanceToSayTurnNow()
xGuidance.getDistanceToSayTurnNow() GuidanceSettings.getDistanceToSayTurnNow()
xGuidance.setChevronDisplaySetting() CopilotMgr.setConfigurationSetting
xGuidance.getChevronDisplaySetting() CopilotMgr.setConfigurationSetting
xGuidance.enableEarlyTurnWarning() GuidanceMgr.enableEarlyTurnWarning()
xGuidance.disableEarlyTurnWarning() GuidanceMgr.enableEarlyTurnWarning()
xGuidance.isEarlyTurnWarningEnabled() GuidanceMgr.isEarlyTurnWarningEnabled()
xGuidance.enableFarTurnWarning() GuidanceMgr.enableFarTurnWarning()
xGuidance.disableFarTurnWarning() GuidanceMgr.enableFarTurnWarning()
xGuidance.isFarTurnWarningEnabled() GuidanceMgr.isFarTurnWarningEnabled()
xGuidance.enableNearTurnWarning() GuidanceMgr.enableNearTurnWarning()
xGuidance.disableNearTurnWarning() GuidanceMgr.enableNearTurnWarning()
xGuidance.isNearTurnWarningEnabled() GuidanceMgr.isNearTurnWarningEnabled()
xGuidance.enableTurnRestrictions() GuidanceMgr.enableTurnRestrictions()
xGuidance.enableClearTurnView() GuidanceMgr.enableClearTurnView()
xGuidance.enableClearTurnViewHighways() GuidanceMgr.enableClearTurnViewOnlyHighways()
xGuidance.setClearTurnInstructionDrawDistance() GuidanceMgr.setClearTurnInstructionDrawDistance()
xGuidance.setClearTurnInstructionHideDistance() GuidanceMgr.setClearTurnInstructionHideDistance()
xGuidance.showTurnAfterNext() GuidanceMgr.showTurnAfterNext()
xGuidance.isTurnRestrictionEnabled() GuidanceMgr.isTurnRestrictionEnabled()
xGuidance.isClearTurnViewEnabled() GuidanceMgr.isClearTurnViewEnabled()
xGuidance.isClearTurnViewEnabledOnlyForHighways() GuidanceMgr.isClearTurnViewEnabledOnlyForHighways()
xGuidance.getClearTurnInstructionDrawDistance() GuidanceMgr.getClearTurnInstructionDrawDistance()
xGuidance.getClearTurnInstructionHideDistance() GuidanceMgr.getClearTurnInstructionHideDistance()
xGuidance.isNearTurnWarningEnabled() GuidanceMgr.isNearTurnWarningEnabled()
xGuidance.isTurnAfterNextEnabled() GuidanceMgr.isTurnAfterNextEnabled()
xGPSDevice.open() GPSDevice.open()
xGPSDevice.open(boolean) GPSDevice.open(boolean)
xGPSDevice.close() GPSDevice.close()
xGPSDevice.update(Location) GPSDevice.sendGPSLocation(Location)
xGPSDevice.update(NMEASentence) GPSDevice.sendNMEASentenceWithOverride()
xGuidance.getDistanceToDest() GuidanceMgr.getDistanceToDestination()
xGuidance.getCurrentRoadInfo() GuidanceMgr.getCurrentRoad()
xGuidance.getCurrentTruckRoadInfo() GuidanceMgr.getCurrentRoad()
xGuidance.getTurnInfo() GuidanceMgr.getTurnInstruction()
xGuidance.getCurrentLocation() GuidanceMgr.getCurrentPosition()
xGuidance.getLaneAssistInfo() GuidanceMgr.getLaneAssist()
xGuidance.enableSafetyCameraAlerts() GuidanceSettings.setSafetyCameraAlert()
xGuidance.areSafetyCameraAlertsEnabled() GuidanceSettings.isSafetyCameraAlertEnabled()
xGuidance.getSafetyCameraLookaheadLevel() GuidanceSettings.getSafetyCameraAlertRange()
xGuidance.setSafetyCameraLookaheadLevel() GuidanceSettings.setSafetyCameraAlertRange()
xGuidance.getShowSpeedLimitOnMap() GuidanceSettings.isSpeedLimitOnMap()
xGuidance.enableShowSpeedLimitOnMap() GuidanceSettings.setSpeedLimitOnMap()
xGuidance.getSpeedLimitAlertEnabled() GuidanceSettings.isSpeedAlertEnabled()
xGuidance.enableSpeedLimitAlert() GuidanceSettings.setSpeedAlert()
xGuidance.getSpeedLimitAudioAlertEnabled() GuidanceSettings.isSpeedAlertAudioEnabled()
xGuidance.enableSpeedLimitAudioAlert() GuidanceSettings.setSpeedAlertAudio()
xGuidance.getSpeedLimitWarningWarningThreshold() GuidanceSettings.getSpeedLimitThreshold()
xGuidance.setSpeedLimitWarningThreshold() GuidanceSettings.setThreshold()
xConfigEditor.getDayNightMode GuidanceSettings.getMapMode
xConfigEditor.setMapToNightBackground GuidanceSettings.setMapMode
xConfigEditor.setMapToDayBackground GuidanceSettings.setMapMode
xConfigEditor.setMapToAutoBackground GuidanceSettings.setMapMode
xConfigEditor.setUnitsToMetric CopilotMgr.setUnitsOfMeasure()
xConfigEditor.setUnitsToImperial CopilotMgr.setUnitsOfMeasure()
xConfigEditor.inMetric CopilotMgr.getUnitsOfMeasure
xConfigEditor.setAudioStream SpeechMgr.setAudioStream
xConfigEditor.setVolume SpeechMgr.setVolume
xConfigEditor.getVolume SpeechMgr.getVolume
xConfigEditor.setMuteState SpeechMgr.setMuteState
xConfigEditor.isMuted SpeechMgr.isMuted
xConfigEditor.setTurnInstructionCallbackDelay CopilotMgr.setTurnInstructionCallbackDelay
xConfigEditor.getTurnInstructionCallbackDelay CopilotMgr.getTurnInstructionCallbackDelay
xGuidanceSettings.safetyCameraAlerts GuidanceSettings
xGuidanceSettings.setSafetyCameraAlerts GuidanceSettings
xGuidanceSettings.speedLimitAlerts GuidanceSettings
xGuidanceSettings.setSpeedLimitAlerts GuidanceSettings
xLanguageAndVoiceSettings.getLanguages SpeechMgr.getLanguages
xLanguageAndVoiceSettings.getCurrentLanguage SpeechMgr.getCurrentLanguage
xLanguageAndVoiceSettings.getCurrentVoice SpeechMgr.getCurrentVoice
xLanguageAndVoiceSettings.getLanguageInfo SpeechMgr.getLanguageInfo
xLanguageAndVoiceSettings.setLanguageAndVoice SpeechMgr.setLanguageAndVoice
xSpeedLimitSettings.showSpeedLimitOnMap() GuidanceSettings.setSpeedLimitOnMap()
xSpeedLimitSettings.isSpeedLimitOnMap() GuidanceSettings.isSpeedAlertEnabled()
xSpeedLimitSettings.isSpeedAlertEnabled() GuidanceSettings.isSpeedAlertEnabled()
xSpeedLimitSettings.enableSpeedAlerts() GuidanceSettings.setSpeedAlertEnabled()
xSpeedLimitSettings.isAudioEnabled() GuidanceSettings.isSpeedAlertAudioEnabled()
xSpeedLimitSettings.enableAudio() GuidanceSetting.setSpeedAlertAudio()
xSpeedLimitSettings.threshold() GuidanceSettings.getSpeedLimitThreshold()
xSpeedLimitSettings.setThreshold() GuidanceSettings.setThreshold()
xMapDrawer.drawShapes(File) GeofenceMgr.addGeofencesXML(String)
xAbstractCopilotEventListener.onMapStopClicked() CopilotListener.onMapStopClicked()
xAbstractCopilotEventListener.onCPStartup() CopilotListener.onCPStartup()
xAbstractCopilotEventListener.onCPShutdown() CopilotListener.onCPShutdown()
xAbstractCopilotEventListener.beforeSpeakTurnInstruction() SpeechListener.onReadyToSpeakTurnInstruction()
xAbstractCopilotEventListener.afterSpeakTurnInstruction() SpeechListener.onSpeakTurnInstructionComplete()
xAbstractCopilotEventListener.beganCalculatingRoute() RouteListener.onStartRouteCalculation()
xAbstractCopilotEventListener.finishedCalculatingRoute() RouteListener.onCompleteRouteCalculation()
xAbstractCopilotEventListener.onMinimize() CopilotListener.onMinimize()
xGuidanceListener.onSafetyCamUpdate() GuidanceListener.onSafetyCamUpdate()
xGuidanceListener.onTruckWarningUpdate() GuidanceListener.onTruckWarningUpdate()
xGuidanceListener.onLaneAssistUpdate() GuidanceListener.onShowLaneAssist()
xGuidanceListener.onLaneAssistUpdate() GuidanceListener.onHideLaneAssist()
xGuidanceListener.onTurnInstructionUpdate() GuidanceListener.onTurnInstructionEvent()
xGuidanceListener.onGuidanceUpdate() GuidanceListener.onTurnInstructionEvent()
xGuidanceListener.onArrivedAtDestination() GuidanceListener.onArrivedAtStop()
xGuidanceListener.onArrivedAtStop() GuidanceListener.onArrivedAtStop()
xLicenseEventListener.onFeatureActivated() LicenseListener.onFeatureActivated()
xLicenseEventListener.onInAppPurchase() LicenseListener.onInAppPurchase()
xLicenseEventListener.onLicensingReady() LicenseListener.onLicensingReady()
xTripListener.onGPSFixChanged() RouteListener.onGPSFixChanged()
xTripListener.onStopsAdded() RouteListener.onStopsAdded()
xTripListener.onStopsDeleted() RouteListener.onStopsDeleted()
xTripListener.onStopsMoved() RouteListener.onStopsMoved()
xTripListener.onStopsReplaced() RouteListener.onStopsReplaced()
xTripListener.onReadyToAddStops() RouteListener.onReadyToAddStops()
xTripListener.onStartChangeVehicleType() RouteListener.onStartChangeVehicleType()
xTripListener.onFinishChangeVehicleType() RouteListener.onFinishChangeVehicleType()
xRouteSyncListener.onOutOfRoute() RouteListener.onOutOfRoute()
xRouteSyncListener.onRejoinRoute() RouteListener.onRejoinRoute()
xUIEventListener.onShowNavigationScreen() UIListener.onShowNavigationScreen()
xUIEventListener.onShowItineraryScreen() UIListener.onShowItineraryScreen()
xUIEventListener.onShowSafetyViewScreen() UIListener.onShowSafetyViewScreen()
xUIEventListener.onStartingPoiWizard() UIListener.onStartingPoiWizard()
xxRouteMgr.addStop(AddStopPurpose, Stop) RouteMgr.addStop(AddStopPurpose, Stop, Boolean)
xxRouteMgr.addStops(AddStopPurpose, StopList) RouteMgr.addStops(AddStopPurpose, StopList, Boolean)
xxRouteMgr.get53FootRouting()RouteMgr.getFavorStateAndNationalNetwork()
xxRouteMgr.set53FootRouting(boolean)RouteMgr.setFavorStateAndNationalNetwork(boolean)
xxRouteSync.sendManagedRoute (byte) RouteSync.sendManagedRouteJSON(String)
xxRouteSync.sendMangedRoute(String, ComplianceLevel, double) RouteSync.sendManagedRouteJSON(String)
xxRouteSync.sendManagedRoute(List <​RouteSyncLocation>, ComplianceLevel, double) RouteSync.sendManagedRouteJSON(String)
Last updated October 14, 2022.