| Interface | Description |
|---|---|
| Address |
This is holding Address info relating to a geographic location, as for example returned by the
Routeable interface |
| Debug |
This interface contains the NavApp Debug interface, providing debug methods, including starting/stopping the trip-demo and setting the current location.
|
| Debug.CurrentLocationListener |
Listener callback for the
setCurrentLocation and clearCurrentLocation interface. |
| Debug.InstructionListener |
Listener to receive instructions about the Active Trip.
|
| Debug.TripDemoListener |
Listener callback for the trip demo interfaces.
|
| ErrorCallback |
Listener to receive Errors that may occur in the framework.
|
| GeoCoder |
The NavApp GeoCoder interface, for handling geocoding and reverse geocoding.
|
| Info |
Contains common getters for all Info objects passed between the client and the service.
|
| LocationManager |
NavApp LocationManager interface.
|
| LocationManager.DisplayLocationListener |
Listener to receive information about displaying a location.
|
| MapInfo |
This is holding the MapInfo data as passed back as a reply to the
getMapInfo API. |
| MapInfo.Listener |
Listener used to receive information from
getMapInfo. |
| NavAppClient |
Interface to access the different NavAppClient APIs.
|
| NavAppError |
Interface to hold an Error that may occur when using the SDK.
|
| NDSMapUpdateNetworkType |
This interface is holding the data relating to the allowed network types for NDS Map Updates.
|
| NDSMapUpdateNetworkType.Listener |
Listener to get NDS Map Update Network type information.
|
| Routeable |
This interface is holding the data relating to any geographic location on the map.
|
| Routeable.Listener |
Listener to get an update of the Routeable object.
|
| Routeable.ListListener |
Listener to get an update of a List of Routeable objects.
|
| RouteableInfo |
The object that contains information about a Routeable.
|
| Track |
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. |
| Trip |
This is holding the Trip data as passed back as a reply to the
TripManager APIs. |
| Trip.AlternativeSpeedLimitListener |
Listener to receive information about alternative speed limit.
|
| Trip.EtaListener |
Listener to receive ETA information for a specific waypoint.
|
| Trip.InfoListener |
Listener to receive information about the Trip.
|
| Trip.Listener |
Listener to receive information about the Active Trip.
|
| Trip.PlanListener |
Listener to receive information about the result of the Trip planning.
|
| Trip.ProgressListener |
Listener to receive information about the progress of the currently active Trip.
|
| Trip.WaypointRemovedListener |
Listener to receive a confirmation about removing the waypoint.
|
| Trip.WaypointsListListener |
Listener to receive information about the list of waypoints.
|
| TripEvent |
NavApp TripEvent interface.
|
| TripEvent.Listener |
Listener to get updates of all the current registered events.
|
| TripEvent.ListListener |
Listener to get a List of TripEvent objects.
|
| TripEvent.ModifyListener |
Listener for modifying the TripEvent.
|
| TripEventManager |
NavApp TripEventManager interface.
|
| TripManager |
NavApp TripManager interface, contains interfaces relating to a
Trip,
for example; planning a trip, canceling a trip, information about trip progress, etc. |
| Utils |
NavApp Utils interface.
|
| VehicleProfile |
This interface is holding the data relating to the profile of the vehicle, such as dimensions, weight and so on.
|
| VehicleProfile.Listener |
Listener to get vehicle profile information.
|
| VehicleProfileModificationRestrictedListener |
| Class | Description |
|---|---|
| Build |
Contains information relating to the current build.
|
| Build.Version |
Various version strings.
|
| NavAppClient.Factory |
Factory to create the NavAppClient instance.
|
| NDSMapUpdateNetworkType.Attributes |
Supported attributes for this class.
|
| Track.Attributes |
Supported attributes for this class.
|
| VehicleProfile.Attributes |
Supported attributes for this class.
|
| Enum | Description |
|---|---|
| Debug.CurrentLocationResult |
Result codes for setting/clearing the current location see
Debug.CurrentLocationListener. |
| Debug.TripDemoResult |
Result codes for starting/stopping the trip demo see
Debug.TripDemoListener. |
| LocationManager.DisplayLocationResult |
Result codes for displaying locations on the map.
|
| NDSMapUpdateNetworkType.NetworkTypeError | |
| Trip.PlanResult |
Result codes for Trip planning see
Trip.PlanListener. |
| Trip.RequestError |
Error codes for a request.
|
| Trip.SpeedLimitResult |
Result for set/clear speed limit
|
| Trip.SpeedShieldLuminance |
Speed limit shield luminance values
|
| Trip.SpeedShieldShape |
Speed limit shield shapes
|
| TripEvent.ModifyResult |
Result codes for adding/modifying/removing TripEvent objects.
|
| VehicleProfile.Error |