| ▼Nde | |
| ▼Ninfoware | |
| ▼Nandroid | |
| ▼Napi | |
| ►Nenums | |
| CApi | This class handles the api lifecycle, configuration and error management |
| CApiException | Exception thrown if a native excepion in the SDK occurs |
| CApiExceptionNotInitialized | Exception thrown if a native excepion in the SDK occurs |
| CApiExceptionWrongOrdinal | Exception thrown if a native excepion in the SDK occurs |
| CApiHelper | |
| CApiHelperCommon | |
| CApiInitListener | Interface of the ApiHelper that informs about initialization |
| CApiLicenseListener | Interface of the ApiHelper that informs about Licence state |
| CApiListener | |
| CApiNativeExceptionListener | Interface that informs about exceptions in the native classes |
| CAttribute | |
| CBaseTask | The task is the SDK's way to control and inform about its asynchronous operations |
| CComputationSiteParameters | Class that wraps the computations sites in a single parameter for the initialization call |
| CDataSetCountry | Contry dataSet structure for the Dataset helper |
| CDataSetHelper | |
| CDataSetHelperListener | |
| CDisplayInfo | Calculates display info on construction and provides it |
| CFavorite | Stores a list of Wayppoints over the applications lifetime |
| CFollowMeInfo | |
| CFollowMeRoute | This class provides a special kind of Navigation developed for waste disposal or winter road clearance |
| CFollowMeRouteEvent | Events that can be added on a FollowMe Route |
| CFollowMeRouteInterval | |
| CFollowMeRouteListener | Follow me callbacks for calculation progress and events and actions along the route |
| CFollowMeServer | |
| CGeocoder | The geocoder finds geographic coordinates from data like streets, cities, postal codes and more or the other way around. It can deal with incomplete or wrong information (typos in names or double meanings) and generates a list of possible results. Attention: Some of the functions return may return invalid waypoints, if an error occurred. This may happen, if the map data provider delivered inconsistent data. The handle of the object will then be negative and represents the error code of this operation. You can check this by the function isValid() of the returned object. |
| CGnssStatusCallback | |
| CGps | The GPS class allows hardware configuration, fake GPS, Log the current Signal or Record a track for FollowMeRoute |
| CGpsListener | Listener for Gps changes - like a new Gps Signal |
| CGpsStatusListener | |
| CHistory | Stores all destinations of past and present navigations over application lifetime |
| CItinerary | Itinerary is an ordered sequence of waypoints that is the base for route calculations. |
| CIwGLMapRendererListener | Render listener that informs about new rendered frames |
| CIwLocationListener | Listener that informs about location changes and GPS state changes |
| CIwLocationManager | Interface for all iwlocationManagers |
| CIwLocationManagerBase | |
| CIwLocationManagerGPS | Uses the Android Location provider to update the position in the Map |
| CIwLocationManagerLog | Uses a log file to update the location in the map |
| CIwLocationManagerManual | Location manager that takes an external Location and passes it to the api |
| CIwMapView | The SDKs View - renders a map as soon as the SDK is initialized |
| CIwMapviewerConfig | Used for MapTripAPI specific configs |
| CIwMapviewerConfigBase | |
| CIwMapViewManager | Tracks all available mapviewers and allows to access them by iwId The if can be assigned via the IwMapView class |
| CIwOnLocationTrackingPauseStateListener | |
| CIwOnMapCenterChangedListener | |
| CIwOnMapDataLoadingListener | |
| CIwOnMapLongPressListener | |
| CIwOnMapMotionStartListener | |
| CIwOnMapMotionStopListener | |
| CIwOnMapSingleTapListener | |
| CIwOnMapviewerReadyListener | |
| CIwOnMapViewRegisteredListener | Listener that informs about registration of IwMapView instances |
| CIwOnMapZoomedListener | |
| CIwOnNoObliqueDataListener | |
| ►CIwScaleGestureDetector | |
| ►CLaneInfoHelper | |
| CLanguage | This class configures the language that is used for navigation advices |
| CLicence | This class handles the Licencing of the SDK. It enables you to request online licences, request device and licence information |
| CLicenceFeature | Structure describing a specific Feature that the licence enables ( get Features via Licence.getFeatures() ) |
| CLicenceListener | Licence callbacks that inform if a server side licence change occurred |
| CLogging | This class provides logging functionality for the SDK's internal processes. |
| CMapContent | The MapContent defines what type of map ( Tiles, Sattelite, Hybrid or Birdsviews ) will be displayed in the mapviewer |
| CMapviewer | The mapviewer is used to visualize the map, routes, pois etc. |
| CMapviewerExtensions | Collection of some useful Methods regarding the Mapviewer that are not present in the native SDK |
| CNavigation | This class enables Route calculations and Route Guidance |
| CNavigationListener | The navigation callbacks inform about the navigation progress, like next crossing, information about the destination and speech advices |
| CPoiCategory | Points of interest (POIs) are waypoints marking some special location. These are grouped in categories (defined by this class) which can be used f.e. to search or display waypoints of the appropriate PoiCategory in the map. |
| CPoiExtensions | |
| CPoint | A point representing a point in a polygon or a coordinate on the map |
| CPoiSearch | The PoiSearch enables to search for Points of interest around a location or along a route |
| CPoiSearchListener | The PoiSearch calbacks inform about search progress and notifications (see PoiSearch.startNotifier()) |
| CPoiSource | Poi sources can be any kind of data, which optionally can be loaded from a iwDataServer, like Pois or traffic flows. |
| CPolygon | A Polygon that can be used to specify an area on the map |
| CPosition | Class to wrap x and y coordinates to positions implements serializable and can be passed via intents |
| CPostObject | This class handles the post objects, delivered by the navi back end. |
| CProjection | The SDK returns and expects coordinates in the "internal" projection. If you pass a coordinate to the SDK's methods or receive coordinates from the SDK, use this class to transform it in your representation |
| CRemote | |
| CRemoteListener | |
| CRouteComparison | If a new Route is received from a server ( NavigationListener.routeUpdate() ), this class enables to identify the differences and use the new route |
| CSelection | Can be used to print Polygons or Polylines on the Map or highlight certain layers of the map. A Selection can have an arbitrary number of selected layers, polygons or polylines |
| CSound | |
| CTask | |
| CTaskListener | |
| CTraffic | The traffic class contains traffic related functionality like handling of Traffic Message Channel (TMC) information. It allows to configure TMC devices, get traffic information and configure how to react on it. The TMC information contains the start and end location as TMC code or coordinate point as well as detailed information about the traffic event itself |
| CTrafficListener | Defines a callback when a traffic event is received |
| CVehicleProfile | This class allows to configure the vehicles used for routing (allowed streets) and calculation of arrival time. Vehicle profiles are predefined in the data. They can be read with an iterator VehicleProfile.getVehicleProfileIterator() and individually activated |
| CWaypoint | Waypoint is a central class that specifies a position on the map. This can be done by address information (e.g. country, city, street name, housenumber...), a geocoordinate or both. |