Skip navigation links
A B C D E G I L M N O P R S T U V 

A

ACTION_LAUNCH_NAVAPP - Static variable in interface com.tomtom.navapp.NavAppClient
The intent to launch NavApp.
addEvent(int, int, JSONObject, TripEvent.ModifyListener) - Method in interface com.tomtom.navapp.TripEventManager
Add a new TripEvent with the specified parameters.
Address - Interface in com.tomtom.navapp
This is holding Address info relating to a geographic location, as for example returned by the Routeable interface
API_LEVEL - Static variable in class com.tomtom.navapp.Build.Version
The current API level of the SDK.
Attributes() - Constructor for class com.tomtom.navapp.NDSMapUpdateNetworkType.Attributes
 
Attributes() - Constructor for class com.tomtom.navapp.Track.Attributes
 
Attributes() - Constructor for class com.tomtom.navapp.VehicleProfile.Attributes
 

B

Build - Class in com.tomtom.navapp
Contains information relating to the current build.
Build.Version - Class in com.tomtom.navapp
Various version strings.

C

cancelTrip(Trip, Trip.PlanListener) - Method in interface com.tomtom.navapp.TripManager
Cancel the currently active Trip.
clearAlternativeSpeedLimit(Trip.AlternativeSpeedLimitListener) - Method in interface com.tomtom.navapp.TripManager
Removes the alternative speed limit The passed in listener is only active until the result of the call has been returned.
clearCurrentLocation(Debug.CurrentLocationListener) - Method in interface com.tomtom.navapp.Debug
Clear the current location and start using the GPS location instead (or any of the GPS fallbacks, see LocationManager).
close() - Method in interface com.tomtom.navapp.NavAppClient
Close the NavAppClient and release any resources
com.tomtom.navapp - package com.tomtom.navapp
Contains all the classes for the NavApp SDK.

D

Debug - Interface in com.tomtom.navapp
This interface contains the NavApp Debug interface, providing debug methods, including starting/stopping the trip-demo and setting the current location.
Debug.CurrentLocationListener - Interface in com.tomtom.navapp
Listener callback for the setCurrentLocation and clearCurrentLocation interface.
Debug.CurrentLocationResult - Enum in com.tomtom.navapp
Result codes for setting/clearing the current location see Debug.CurrentLocationListener.
Debug.InstructionListener - Interface in com.tomtom.navapp
Listener to receive instructions about the Active Trip.
Debug.TripDemoListener - Interface in com.tomtom.navapp
Listener callback for the trip demo interfaces.
Debug.TripDemoResult - Enum in com.tomtom.navapp
Result codes for starting/stopping the trip demo see Debug.TripDemoListener.
displayLocation(Routeable, String, LocationManager.DisplayLocationListener) - Method in interface com.tomtom.navapp.LocationManager
Display a geographic location on the map.

E

ErrorCallback - Interface in com.tomtom.navapp
Listener to receive Errors that may occur in the framework.

G

GeoCoder - Interface in com.tomtom.navapp
The NavApp GeoCoder interface, for handling geocoding and reverse geocoding.
getActiveTrip(Trip.Listener) - Method in interface com.tomtom.navapp.TripManager
Get the currently active Trip.
getAddress() - Method in interface com.tomtom.navapp.Address
Get the address object.
getAddress() - Method in interface com.tomtom.navapp.Routeable
Get the Address of the location, see Address.
getAllEvents(TripEvent.ListListener) - Method in interface com.tomtom.navapp.TripEventManager
Request a list of all the currently registered events.
getAttributeBoolean(String) - Method in interface com.tomtom.navapp.Info
Returns the value mapped by attribute if it exists and is a boolean, or false otherwise.
getAttributeBoolean(String, boolean) - Method in interface com.tomtom.navapp.Info
Returns the value mapped by attribute if it exists and is a boolean, or fallback otherwise.
getAttributeDouble(String) - Method in interface com.tomtom.navapp.Info
Returns the value mapped by attribute if it exists and is a double, or 0 otherwise.
getAttributeDouble(String, double) - Method in interface com.tomtom.navapp.Info
Returns the value mapped by attribute if it exists and is a double, or fallback otherwise.
getAttributeInt(String) - Method in interface com.tomtom.navapp.Info
Returns the value mapped by attribute if it exists and is a int, or 0 otherwise.
getAttributeInt(String, int) - Method in interface com.tomtom.navapp.Info
Returns the value mapped by attribute if it exists and is a int, or fallback otherwise.
getAttributeJSONArray(String) - Method in interface com.tomtom.navapp.Info
Returns the value mapped by attribute if it exists and is a JSONArray, or null otherwise.
getAttributeJSONArray(String, JSONArray) - Method in interface com.tomtom.navapp.Info
Returns the value mapped by attribute if it exists and is a JSONArray, or fallback otherwise.
getAttributeLong(String) - Method in interface com.tomtom.navapp.Info
Returns the value mapped by attribute if it exists and is a long, or 0 otherwise.
getAttributeLong(String, long) - Method in interface com.tomtom.navapp.Info
Returns the value mapped by attribute if it exists and is a long, or fallback otherwise.
getAttributes() - Method in interface com.tomtom.navapp.TripEvent
Get the attributes of the event.
getAttributeString(String) - Method in interface com.tomtom.navapp.Info
Returns the value mapped by attribute if it exists and is a String, or null otherwise.
getAttributeString(String, String) - Method in interface com.tomtom.navapp.Info
Returns the value mapped by attribute if it exists and is a String, or fallback otherwise.
getCurrentLocation(Routeable.Listener) - Method in interface com.tomtom.navapp.LocationManager
Get the current GPS location.
getDebug() - Method in interface com.tomtom.navapp.NavAppClient
Get the Debug interface.
getDestination() - Method in interface com.tomtom.navapp.Trip
Get the current destination of the Trip object.
getDestination(Trip, Routeable.Listener) - Method in interface com.tomtom.navapp.TripManager
Get the current destination.
getErrorMessage() - Method in interface com.tomtom.navapp.NavAppError
The error message for the error.
getGeoCoder() - Method in interface com.tomtom.navapp.NavAppClient
Get the GeoCoder interface.
getLatitude() - Method in interface com.tomtom.navapp.Routeable
Get the latitude in degrees of the location.
getLength() - Method in interface com.tomtom.navapp.TripEvent
Get the length of the event in meters.
getLocationManager() - Method in interface com.tomtom.navapp.NavAppClient
Get the LocationManager interface.
getLongitude() - Method in interface com.tomtom.navapp.Routeable
Get the longitude in degrees of the location.
getMapInfo() - Method in interface com.tomtom.navapp.MapInfo
Get the map-info object.
getMapInfo(MapInfo.Listener) - Method in interface com.tomtom.navapp.Utils
Get information about the currently active map on the device.
getNDSMapUpdateNetworkTypes(NDSMapUpdateNetworkType.Listener) - Method in interface com.tomtom.navapp.Utils
Get the allowed network types for NDS Map Updates.
getOffset() - Method in interface com.tomtom.navapp.TripEvent
Get the offset of the event in meters.
getRouteable() - Method in interface com.tomtom.navapp.RouteableInfo
The Routeable object that is related to the information received.
getRouteableFromLocation(double, double, int, Routeable.ListListener) - Method in interface com.tomtom.navapp.GeoCoder
Perform a reverse geocoding lookup.
getRouteableFromLocationName(String, int, Routeable.ListListener) - Method in interface com.tomtom.navapp.GeoCoder
Perform a geocoding lookup.
getStackTraceString() - Method in interface com.tomtom.navapp.NavAppError
The stack trace for the error.
getTripEventManager() - Method in interface com.tomtom.navapp.NavAppClient
Get the TripEventManager interface.
getTripManager() - Method in interface com.tomtom.navapp.NavAppClient
Get the TripManager interface.
getUtils() - Method in interface com.tomtom.navapp.NavAppClient
Get the Utils interface.
getVehicleProfile(VehicleProfile.Listener) - Method in interface com.tomtom.navapp.Utils
Get information about the currently active VehicleProfile.
getWaypointEta(Trip, Routeable, Trip.EtaListener) - Method in interface com.tomtom.navapp.TripManager
Get the ETA for a waypoint (including the destination) on the specified trip.
getWaypoints(Trip, Trip.WaypointsListListener) - Method in interface com.tomtom.navapp.TripManager
Get the list of waypoints on the specified trip.

I

Info - Interface in com.tomtom.navapp
Contains common getters for all Info objects passed between the client and the service.
isVehicleProfileModificationRestricted(VehicleProfileModificationRestrictedListener) - Method in interface com.tomtom.navapp.Utils
Get whether modification of vehicle profile is forbidden or not.

L

LATITUDE_VALUES - Static variable in class com.tomtom.navapp.Track.Attributes
JSONArray of Latitude values.
LocationManager - Interface in com.tomtom.navapp
NavApp LocationManager interface.
LocationManager.DisplayLocationListener - Interface in com.tomtom.navapp
Listener to receive information about displaying a location.
LocationManager.DisplayLocationResult - Enum in com.tomtom.navapp
Result codes for displaying locations on the map.
LONGITUDE_VALUES - Static variable in class com.tomtom.navapp.Track.Attributes
JSONArray of Longitude values.

M

make(Context, ErrorCallback) - Static method in class com.tomtom.navapp.NavAppClient.Factory
Create and initialize the NavAppClient object.
makeNetworkType() - Method in interface com.tomtom.navapp.NavAppClient
Create an empty NDSMapUpdateNetworkType object.
makeRouteable(double, double) - Method in interface com.tomtom.navapp.NavAppClient
Create a Routeable object with the specified latitude and longitude.
makeTrack() - Method in interface com.tomtom.navapp.NavAppClient
Create an empty Track object.
makeVehicleProfile() - Method in interface com.tomtom.navapp.NavAppClient
Create an empty VehicleProfile object.
MapInfo - Interface in com.tomtom.navapp
This is holding the MapInfo data as passed back as a reply to the getMapInfo API.
MapInfo.Listener - Interface in com.tomtom.navapp
Listener used to receive information from getMapInfo.
modifyEvent(TripEvent, int, int, JSONObject, TripEvent.ModifyListener) - Method in interface com.tomtom.navapp.TripEventManager
Modify an existing event.

N

NavAppClient - Interface in com.tomtom.navapp
Interface to access the different NavAppClient APIs.
NavAppClient.Factory - Class in com.tomtom.navapp
Factory to create the NavAppClient instance.
NavAppError - Interface in com.tomtom.navapp
Interface to hold an Error that may occur when using the SDK.
NDSMapUpdateNetworkType - Interface in com.tomtom.navapp
This interface is holding the data relating to the allowed network types for NDS Map Updates.
NDSMapUpdateNetworkType.Attributes - Class in com.tomtom.navapp
Supported attributes for this class.
NDSMapUpdateNetworkType.Listener - Interface in com.tomtom.navapp
Listener to get NDS Map Update Network type information.
NDSMapUpdateNetworkType.NetworkTypeError - Enum in com.tomtom.navapp
 
NETWORK_TYPE - Static variable in class com.tomtom.navapp.NDSMapUpdateNetworkType.Attributes
Allowed network types for NDS Map updates.

O

onAllElementsRemoved() - Method in interface com.tomtom.navapp.TripEvent.ModifyListener
Callback for when all TripEvent objects have successfully been removed.
onAllEventsRemoved() - Method in interface com.tomtom.navapp.TripEvent.Listener
Callback for when all events have been removed from the trip.
onCurrentLocationResult(Debug.CurrentLocationResult) - Method in interface com.tomtom.navapp.Debug.CurrentLocationListener
Callback as a result of one of the set/clear current location interfaces below.
onDisplayLocationResult(LocationManager.DisplayLocationResult) - Method in interface com.tomtom.navapp.LocationManager.DisplayLocationListener
Callback as a result of the displayLocation call.
onElementAdded(TripEvent) - Method in interface com.tomtom.navapp.TripEvent.ModifyListener
Callback for when a TripEvent has successfully been added.
onElementModified(TripEvent) - Method in interface com.tomtom.navapp.TripEvent.ModifyListener
Callback for when a TripEvent has successfully been modified.
onElementRemoved(TripEvent) - Method in interface com.tomtom.navapp.TripEvent.ModifyListener
Callback for when a TripEvent has successfully been removed.
onError(NavAppError) - Method in interface com.tomtom.navapp.ErrorCallback
Callback when an Error occured in the framework.
onError(Trip.RequestError) - Method in interface com.tomtom.navapp.Trip.EtaListener
Callback if an Error occured in when requesting the ETA.
onError(Trip.RequestError) - Method in interface com.tomtom.navapp.Trip.InfoListener
Callback if an Error occured with the request.
onError(Trip.RequestError) - Method in interface com.tomtom.navapp.Trip.WaypointsListListener
Callback if an Error occured when requesting the list.
onError(VehicleProfile.Error) - Method in interface com.tomtom.navapp.VehicleProfile.Listener
Callback if an Error occured with the request.
onEta(Trip, Routeable, JSONObject) - Method in interface com.tomtom.navapp.Trip.EtaListener
Callback with the ETA for the specified Trip and the specified waypoint.
onEventRemoved(TripEvent) - Method in interface com.tomtom.navapp.TripEvent.Listener
Callback when an event has been removed from the trip.
onInfo(Trip, List<RouteableInfo>) - Method in interface com.tomtom.navapp.Trip.InfoListener
Callback with the information about the Trip
onInfo(VehicleProfile) - Method in interface com.tomtom.navapp.VehicleProfile.Listener
Callback with the information about the VehicleProfile
onInstruction(JSONObject) - Method in interface com.tomtom.navapp.Debug.InstructionListener
Callback with a new instruction or an update to an instruction.
onMapInfo(MapInfo) - Method in interface com.tomtom.navapp.MapInfo.Listener
Callback with the MapInfo object
onModifyError(TripEvent.ModifyResult) - Method in interface com.tomtom.navapp.TripEvent.ModifyListener
Callback with an error.
onNetworkType(NDSMapUpdateNetworkType) - Method in interface com.tomtom.navapp.NDSMapUpdateNetworkType.Listener
 
onNetworkTypeError(NDSMapUpdateNetworkType.NetworkTypeError) - Method in interface com.tomtom.navapp.NDSMapUpdateNetworkType.Listener
 
onRoutable(Routeable) - Method in interface com.tomtom.navapp.Routeable.Listener
Callback for any requests related to the Routeable object
onRoutable(List<Routeable>) - Method in interface com.tomtom.navapp.Routeable.ListListener
Callback for any requests related to the Routeable object that need to return more than one Routeable object.
onTripActive(Trip) - Method in interface com.tomtom.navapp.Trip.Listener
Callback for when a Trip is active.
onTripArrival(Trip) - Method in interface com.tomtom.navapp.Trip.ProgressListener
Callback when we have arrived at the destination.
onTripDemoResult(Debug.TripDemoResult) - Method in interface com.tomtom.navapp.Debug.TripDemoListener
Callback as a result of one of the start/stop trip demo interfaces.
onTripEvent(List<TripEvent>) - Method in interface com.tomtom.navapp.TripEvent.ListListener
Callback with a list of the currently registered TripEvent objects.
onTripPlanResult(Trip, Trip.PlanResult) - Method in interface com.tomtom.navapp.Trip.PlanListener
Callback as a result of the planTrip call.
onTripProgress(Trip, long, int) - Method in interface com.tomtom.navapp.Trip.ProgressListener
Callback with the progress along the Trip.
onTripSpeedLimitResult(Trip.SpeedLimitResult) - Method in interface com.tomtom.navapp.Trip.AlternativeSpeedLimitListener
Callback with the result of set/clear alternative speed limit
onVehicleProfileModificationRestricted(boolean) - Method in interface com.tomtom.navapp.VehicleProfileModificationRestrictedListener
 
onWaypointsResult(Trip, List<Routeable>) - Method in interface com.tomtom.navapp.Trip.WaypointsListListener
Callback with the result of getting the list of waypoints

P

PLANNING_SPEED_LIMIT - Static variable in class com.tomtom.navapp.VehicleProfile.Attributes
Vehicle maximum speed in millimeter per second.
planTrip(Routeable, Trip.PlanListener) - Method in interface com.tomtom.navapp.TripManager
Plan a trip from the current location to a destination.
planTrip(Routeable, List<Routeable>, JSONObject, Trip.PlanListener) - Method in interface com.tomtom.navapp.TripManager
Plan a trip from the current location to a destination with a set of waypoints and a specified criteria.
planTrip(Routeable, List<Routeable>, Trip.PlanListener) - Method in interface com.tomtom.navapp.TripManager
Plan a trip from the current location to a destination with a set of waypoints.
planTrip(Track, JSONObject, Trip.PlanListener) - Method in interface com.tomtom.navapp.TripManager
Plan a trip from the current location to a Track.

R

registerCurrentLocationListener(Routeable.Listener) - Method in interface com.tomtom.navapp.LocationManager
Register a listener to receive updates of the current location.
registerInstructionListener(Debug.InstructionListener) - Method in interface com.tomtom.navapp.Debug
Register a InstructionListener.
registerTripEventListener(TripEvent.Listener) - Method in interface com.tomtom.navapp.TripEventManager
Register a TripEvent.Listener, to receive information when a TripEvent has been removed.
registerTripListener(Trip.Listener) - Method in interface com.tomtom.navapp.TripManager
Register a Trip.Listener, to receive information about the state of the active trip.
registerTripProgressListener(Trip.ProgressListener) - Method in interface com.tomtom.navapp.TripManager
Register a Trip.ProgressListener to receive updates about ETA and distance remaining, while progressing along the Trip.
registerWaypointsArrivalListener(Trip.InfoListener) - Method in interface com.tomtom.navapp.TripManager
Register a listener for receiving notification about waypoints arrival.
registerWaypointsEtaChangeListener(Trip, Trip.InfoListener) - Method in interface com.tomtom.navapp.TripManager
Register a listener for receiving notification about waypoints ETA changes.
removeAllEvents(TripEvent.ModifyListener) - Method in interface com.tomtom.navapp.TripEventManager
Remove all currently registered events from the trip.
removeEvent(TripEvent, TripEvent.ModifyListener) - Method in interface com.tomtom.navapp.TripEventManager
Remove the specified event.
Routeable - Interface in com.tomtom.navapp
This interface is holding the data relating to any geographic location on the map.
Routeable.Listener - Interface in com.tomtom.navapp
Listener to get an update of the Routeable object.
Routeable.ListListener - Interface in com.tomtom.navapp
Listener to get an update of a List of Routeable objects.
RouteableInfo - Interface in com.tomtom.navapp
The object that contains information about a Routeable.

S

SDK_VERSION - Static variable in class com.tomtom.navapp.Build.Version
Deprecated. 
setAlternativeSpeedLimit(int, String, Trip.SpeedShieldShape, Trip.SpeedShieldLuminance, Trip.AlternativeSpeedLimitListener) - Method in interface com.tomtom.navapp.TripManager
Sets the alternative speed limit The passed in listener is only active until the result of the call has been returned.
setAttributeBoolean(String, boolean) - Method in interface com.tomtom.navapp.Info
Sets the boolean value mapped by attribute
setAttributeDouble(String, double) - Method in interface com.tomtom.navapp.Info
Sets the double value mapped by attribute
setAttributeInt(String, int) - Method in interface com.tomtom.navapp.Info
Sets the int value mapped by attribute
setAttributeJSONArray(String, JSONArray) - Method in interface com.tomtom.navapp.Info
Sets the JSONArray value mapped by attribute
setAttributeLong(String, long) - Method in interface com.tomtom.navapp.Info
Sets the long value mapped by attribute
setAttributeString(String, String) - Method in interface com.tomtom.navapp.Info
Sets the String value mapped by attribute
setCurrentLocation(Routeable, Debug.CurrentLocationListener) - Method in interface com.tomtom.navapp.Debug
Set the current location to any location on the active map.
setNDSMapUpdateNetworkTypes(NDSMapUpdateNetworkType, NDSMapUpdateNetworkType.Listener) - Method in interface com.tomtom.navapp.Utils
Set the allowed network types for NDS Map Updates.
setVehicleProfile(VehicleProfile, VehicleProfile.Listener) - Method in interface com.tomtom.navapp.Utils
Set information to the currently active VehicleProfile.
setVehicleProfileModificationRestricted(boolean, VehicleProfileModificationRestrictedListener) - Method in interface com.tomtom.navapp.Utils
Set whether modification of vehicle profile is forbidden or not.
startTripDemo(short, boolean, Debug.TripDemoListener) - Method in interface com.tomtom.navapp.Debug
Start the trip demo.
stopTripDemo(Debug.TripDemoListener) - Method in interface com.tomtom.navapp.Debug
Stop the trip demo.

T

Track - Interface in com.tomtom.navapp
This class is holding data representing a Track, and Track is a Info class, and therefore offers the access to the contained information by means of the getAttribute and setAttribute methods.
Track.Attributes - Class in com.tomtom.navapp
Supported attributes for this class.
Trip - Interface in com.tomtom.navapp
This is holding the Trip data as passed back as a reply to the TripManager APIs.
Trip.AlternativeSpeedLimitListener - Interface in com.tomtom.navapp
Listener to receive information about alternative speed limit.
Trip.EtaListener - Interface in com.tomtom.navapp
Listener to receive ETA information for a specific waypoint.
Trip.InfoListener - Interface in com.tomtom.navapp
Listener to receive information about the Trip.
Trip.Listener - Interface in com.tomtom.navapp
Listener to receive information about the Active Trip.
Trip.PlanListener - Interface in com.tomtom.navapp
Listener to receive information about the result of the Trip planning.
Trip.PlanResult - Enum in com.tomtom.navapp
Result codes for Trip planning see Trip.PlanListener.
Trip.ProgressListener - Interface in com.tomtom.navapp
Listener to receive information about the progress of the currently active Trip.
Trip.RequestError - Enum in com.tomtom.navapp
Error codes for a request.
Trip.SpeedLimitResult - Enum in com.tomtom.navapp
Result for set/clear speed limit
Trip.SpeedShieldLuminance - Enum in com.tomtom.navapp
Speed limit shield luminance values
Trip.SpeedShieldShape - Enum in com.tomtom.navapp
Speed limit shield shapes
Trip.WaypointsListListener - Interface in com.tomtom.navapp
Listener to receive information about the list of waypoints.
TripEvent - Interface in com.tomtom.navapp
NavApp TripEvent interface.
TripEvent.Listener - Interface in com.tomtom.navapp
Listener to get updates of all the current registered events.
TripEvent.ListListener - Interface in com.tomtom.navapp
Listener to get a List of TripEvent objects.
TripEvent.ModifyListener - Interface in com.tomtom.navapp
Listener for modifying the TripEvent.
TripEvent.ModifyResult - Enum in com.tomtom.navapp
Result codes for adding/modifying/removing TripEvent objects.
TripEventManager - Interface in com.tomtom.navapp
NavApp TripEventManager interface.
TripManager - Interface in com.tomtom.navapp
NavApp TripManager interface, contains interfaces relating to a Trip, for example; planning a trip, canceling a trip, information about trip progress, etc.

U

unregisterCurrentLocationListener(Routeable.Listener) - Method in interface com.tomtom.navapp.LocationManager
Unregister a listener to receive updates of the current location.
unregisterInstructionListener(Debug.InstructionListener) - Method in interface com.tomtom.navapp.Debug
Unregister a InstructionListener.
unregisterTripEventListener(TripEvent.Listener) - Method in interface com.tomtom.navapp.TripEventManager
Unregister a TripEvent.Listener.
unregisterTripListener(Trip.Listener) - Method in interface com.tomtom.navapp.TripManager
Unregister a previously registered Trip.Listener.
unregisterTripProgressListener(Trip.ProgressListener) - Method in interface com.tomtom.navapp.TripManager
Unregister a previously registered Trip.ProgressListener.
unregisterWaypointsArrivalListener(Trip.InfoListener) - Method in interface com.tomtom.navapp.TripManager
Unregister the listener for notification about waypoints arrival.
unregisterWaypointsEtaChangeListener(Trip.InfoListener) - Method in interface com.tomtom.navapp.TripManager
Unregister the listener for notification about waypoints ETA changes.
Utils - Interface in com.tomtom.navapp
NavApp Utils interface.

V

valueOf(String) - Static method in enum com.tomtom.navapp.Debug.CurrentLocationResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.navapp.Debug.TripDemoResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.navapp.LocationManager.DisplayLocationResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.navapp.NDSMapUpdateNetworkType.NetworkTypeError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.navapp.Trip.PlanResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.navapp.Trip.RequestError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.navapp.Trip.SpeedLimitResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.navapp.Trip.SpeedShieldLuminance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.navapp.Trip.SpeedShieldShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.navapp.TripEvent.ModifyResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.navapp.VehicleProfile.Error
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.tomtom.navapp.Debug.CurrentLocationResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.navapp.Debug.TripDemoResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.navapp.LocationManager.DisplayLocationResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.navapp.NDSMapUpdateNetworkType.NetworkTypeError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.navapp.Trip.PlanResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.navapp.Trip.RequestError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.navapp.Trip.SpeedLimitResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.navapp.Trip.SpeedShieldLuminance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.navapp.Trip.SpeedShieldShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.navapp.TripEvent.ModifyResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.navapp.VehicleProfile.Error
Returns an array containing the constants of this enum type, in the order they are declared.
VEHICLE_COMMERCIAL - Static variable in class com.tomtom.navapp.VehicleProfile.Attributes
Denotes whether the vehicle is commercial or not.
VEHICLE_ENGINE_TYPE - Static variable in class com.tomtom.navapp.VehicleProfile.Attributes
Vehicle engine type, can be one or both values.
VEHICLE_FUEL_TYPE - Static variable in class com.tomtom.navapp.VehicleProfile.Attributes
Vehicle fueltype, can be one or many values.
VEHICLE_HAZMAT - Static variable in class com.tomtom.navapp.VehicleProfile.Attributes
Vehicle hazardous materials.
VEHICLE_LICENCE_PLATE_NUMBER - Static variable in class com.tomtom.navapp.VehicleProfile.Attributes
Vehicle plate number.
VEHICLE_MEASURE_AXLE_WEIGHT - Static variable in class com.tomtom.navapp.VehicleProfile.Attributes
Vehicle axle weight in grams.
VEHICLE_MEASURE_HEIGHT - Static variable in class com.tomtom.navapp.VehicleProfile.Attributes
Vehicle height in millimeters.
VEHICLE_MEASURE_LENGTH - Static variable in class com.tomtom.navapp.VehicleProfile.Attributes
Vehicle length in millimeters.
VEHICLE_MEASURE_TOTAL_WEIGHT - Static variable in class com.tomtom.navapp.VehicleProfile.Attributes
Vehicle total weight in grams.
VEHICLE_MEASURE_WIDTH - Static variable in class com.tomtom.navapp.VehicleProfile.Attributes
Vehicle width in millimeters.
VEHICLE_TYPE - Static variable in class com.tomtom.navapp.VehicleProfile.Attributes
Vehicle type.
VehicleProfile - Interface in com.tomtom.navapp
This interface is holding the data relating to the profile of the vehicle, such as dimensions, weight and so on.
VehicleProfile.Attributes - Class in com.tomtom.navapp
Supported attributes for this class.
VehicleProfile.Error - Enum in com.tomtom.navapp
 
VehicleProfile.Listener - Interface in com.tomtom.navapp
Listener to get vehicle profile information.
VehicleProfileModificationRestrictedListener - Interface in com.tomtom.navapp
 
A B C D E G I L M N O P R S T U V 
Skip navigation links