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

A

addBuddyAlert(int, int, BuddyAlertType) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Define a buddy alert.
addImage(String, Position) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Create an image that shall be rendered on the current map
addMapPath(String) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Add an additional path to search for map data.
addMapPath(File) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Add an additional path to search for POI data.
addPOIPath(String) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Add an additional path to search for POI data.
addPOIPath(File) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
 
Address - Class in com.ptvag.navigation.sdk
Simple address for geocode request.
Address() - Constructor for class com.ptvag.navigation.sdk.Address
Constructor
Address(String, String, String, String) - Constructor for class com.ptvag.navigation.sdk.Address
 
Address(long, boolean) - Constructor for class com.ptvag.navigation.sdk.Address
Only for internal use - don't try to call this from Java.
addStation(WayPoint) - Method in class com.ptvag.navigation.sdk.Tour
Add a regular station to a tour
addStations(NativeArray<WayPoint>) - Method in class com.ptvag.navigation.sdk.Tour
Add multiple regular stations to a formerly created tour.
addSVPs(NativeArray<SVPWayPoint>) - Method in class com.ptvag.navigation.sdk.Tour
Add SVP stations to a tour An SVP station is a set of coordinates + direction which describe an approximation of a route to a destination.
addTrace(boolean, Trace, Color, Color, int, int) - Method in class com.ptvag.navigation.sdk.MapView
Add a polyline to the internal rendering data.
addTrace(boolean, int, PositionArray, Color, Color, int, int) - Method in class com.ptvag.navigation.sdk.MapView
Add a polyline to the internal rendering data.
allowUpdates() - Static method in class com.ptvag.navigation.sdk.MapView
 
APPLICATION_ID - Static variable in class com.ptvag.navigation.sdk.BuildConfig
 

B

BaseSearchResults<T extends com.ptvag.navigation.sdk.NativeObject> - Class in com.ptvag.navigation.sdk
 
BaseSearchResults(int, int, int) - Constructor for class com.ptvag.navigation.sdk.BaseSearchResults
 
bind() - Method in class com.ptvag.navigation.sdk.TextureShader
 
BuddyAlertState - Class in com.ptvag.navigation.sdk
Holds the state of all buddy alerts.
BuddyAlertState(int[], int[]) - Constructor for class com.ptvag.navigation.sdk.BuddyAlertState
 
BuddyAlertType - Enum in com.ptvag.navigation.sdk
Created by gima on 21.12.2016.
BUILD_TYPE - Static variable in class com.ptvag.navigation.sdk.BuildConfig
 
BuildConfig - Class in com.ptvag.navigation.sdk
 
BuildConfig() - Constructor for class com.ptvag.navigation.sdk.BuildConfig
 

C

calculateTour(Tour, Observer) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Calculate a tour This method calculates the first route of a tour, generates its route trace, appends all route traces of the next stations (added with NavigationSDK#addStationToTour(WayPoint), NavigationSDK#addStationsToTour(NativeArray) or NavigationSDK#addSVPsToTour(NativeArray)), and activates the guidance of the first route.
CalculateTourException - Exception in com.ptvag.navigation.sdk
General exception class for all types of runtime exceptions from the PTV navigation SDK.
CalculateTourException(String, int, int) - Constructor for exception com.ptvag.navigation.sdk.CalculateTourException
Constructor.
CalculateTourResult - Class in com.ptvag.navigation.sdk
 
CalculateTourResult(int, int) - Constructor for class com.ptvag.navigation.sdk.CalculateTourResult
 
calculateViaRoute(NativeArray<WayPoint>, NativeArray<Position>, int[]) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
 
calculateViaRoute(NativeArray<WayPoint>, NativeArray<Position>, int[], Observer) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
 
ccpVisible - Variable in class com.ptvag.navigation.sdk.MapView
 
ccpVisible(boolean) - Method in class com.ptvag.navigation.sdk.MapView
 
changeMap(int) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Switches to another map.
checkBuddyAlerts(Position) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Check if alerts exist for the given position
checkIfTunnel(NavigationInformation, GPSData) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Check whether a given position is in a tunnel.
cleanup() - Method in class com.ptvag.navigation.sdk.GLRenderer
 
cleanup() - Method in interface com.ptvag.navigation.sdk.MapViewRenderer
 
cleanup() - Method in class com.ptvag.navigation.sdk.OpalRenderer
 
closeGPSDevice() - Method in class com.ptvag.navigation.sdk.GPSManager
Closes the GPS-Device.
Color - Class in com.ptvag.navigation.sdk
 
Color(int, int, int) - Constructor for class com.ptvag.navigation.sdk.Color
 
Color(int, int, int, int) - Constructor for class com.ptvag.navigation.sdk.Color
 
com.ptvag.navigation.sdk - package com.ptvag.navigation.sdk
 
com.ptvag.navigation.sdk.compatibility - package com.ptvag.navigation.sdk.compatibility
 
com.ptvag.navigation.sdk.view - package com.ptvag.navigation.sdk.view
 
contains(Object) - Method in class com.ptvag.navigation.sdk.BaseSearchResults
 
contains(Object) - Method in class com.ptvag.navigation.sdk.NativeArray
 
context - Variable in class com.ptvag.navigation.sdk.MapView
 
convertGeoHeading(int) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Convert a standard heading with 0 degrees at north, clockwise counting to the internal heading with 0 degrees at east, counter clockwise counting.
CoordinateSystem - Enum in com.ptvag.navigation.sdk
Enumeration of the coordinate formats used and supported by the NavigationSDK.
CountryCodeFormat - Enum in com.ptvag.navigation.sdk
 
create() - Method in class com.ptvag.navigation.sdk.TextureShader
 
createBuddy(String, String) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Create an item called buddy.
createGPSSimulation(String) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Create a GPS simulation file for the most recent calculated route.
createGPSSimulation(File) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Create a GPS simulation file for the most recent calculated route.
createRenderer() - Method in class com.ptvag.navigation.sdk.MapView
 
createRouteFromSVPPoints(int, SVPWayPointArray, long, long) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
\brief Generates an internal route object based on given intermediate points which can be on- and offroad Creates an internal route object which is assembled by creating the appropriate routes (onroad/offroad) from the svp waypoints given by pSVPWaypoints.
CREATOR - Static variable in class com.ptvag.navigation.sdk.Position
Parcelable implementation
CREATOR - Static variable in class com.ptvag.navigation.sdk.SearchResult
 
CrossingView - Class in com.ptvag.navigation.sdk
Describes the type of street crossing at a manover.
CrossingView() - Constructor for class com.ptvag.navigation.sdk.CrossingView
Constructor
CrossingViewMode - Enum in com.ptvag.navigation.sdk
This enumeration describes the different types of street crossings at a manover point.

D

DEBUG - Static variable in class com.ptvag.navigation.sdk.BuildConfig
 
DEFAULT_MAP_HALFRESOLUTION_DPI - Static variable in class com.ptvag.navigation.sdk.MapView
 
DEFAULT_MAP_HALFRESOLUTION_FACTOR - Static variable in class com.ptvag.navigation.sdk.MapView
 
DEFAULT_MAP_HALFRESOLUTION_MAX_CCP_WIDTH - Static variable in class com.ptvag.navigation.sdk.MapView
 
delete() - Method in class com.ptvag.navigation.sdk.MapView
Kills rubbish if owning the object.
delete() - Method in class com.ptvag.navigation.sdk.StringRetriever
 
delete() - Method in class com.ptvag.navigation.sdk.TextureShader
 
deleteBuddy(int) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Delete a buddy.
deleteBuddyAlert(int, int) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Delete buddy alert.
deleteImage(int) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Delete image.
deleteImages() - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Delete all images
delHttp(String, String[], long, long, long, long) - Static method in class com.ptvag.navigation.sdk.HttpURLConnectionImpl
 
denyUpdates() - Static method in class com.ptvag.navigation.sdk.MapView
 
describeContents() - Method in class com.ptvag.navigation.sdk.Position
 
describeContents() - Method in class com.ptvag.navigation.sdk.SearchResult
 
destroy() - Method in class com.ptvag.navigation.sdk.GeoCodeResult
Handles the release of the memory of the object.
destroy() - Method in class com.ptvag.navigation.sdk.MapInformationResults
 
destroy() - Method in class com.ptvag.navigation.sdk.POISearchResults
 
destroy() - Method in class com.ptvag.navigation.sdk.SearchResults
 
destroyGeoCodeResult(long) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Releases memory for geocoding results
destroyPOISearchResult(long) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Releases memory for POISearch results
destroySearchResult(long) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Free memory for search results
distance(MotionEvent.PointerCoords, MotionEvent.PointerCoords) - Method in class com.ptvag.navigation.sdk.view.RotateGestureDetector
 
doAutoZoom(NavigationInformation, GPSData, boolean) - Method in class com.ptvag.navigation.sdk.MapView
 
dpi - Variable in class com.ptvag.navigation.sdk.MapView.HalfResolutionFactors
 
dragDetector - Variable in class com.ptvag.navigation.sdk.MapView
 
DragGestureDetector - Class in com.ptvag.navigation.sdk.view
 
DragGestureDetector(DragGestureDetector.OnDragGestureListener) - Constructor for class com.ptvag.navigation.sdk.view.DragGestureDetector
 
DragGestureDetector.OnDragGestureListener - Interface in com.ptvag.navigation.sdk.view
 
DragGestureDetector.SimpleOnDragGestureListener - Class in com.ptvag.navigation.sdk.view
 
drawCCP() - Method in class com.ptvag.navigation.sdk.OpalRenderer
 

E

equals(POISearchResult) - Method in class com.ptvag.navigation.sdk.POISearchResult
Returns true when the given POISearchResult equals this POISearchResult, otherwise false The POISearchResult are equal, if their positions and names are identical.
equals(Position) - Method in class com.ptvag.navigation.sdk.Position
 
error - Variable in class com.ptvag.navigation.sdk.BaseSearchResults
 
ErrorResultHandler - Class in com.ptvag.navigation.sdk
Class for mapping of internal integral error codes to enumeration values of SDKErrorCode.
ErrorResultHandler(int) - Constructor for class com.ptvag.navigation.sdk.ErrorResultHandler
 
escapeHttp(String) - Static method in class com.ptvag.navigation.sdk.HttpURLConnectionImpl
 

F

factor - Variable in class com.ptvag.navigation.sdk.MapView.HalfResolutionFactors
 
finalize() - Method in class com.ptvag.navigation.sdk.BaseSearchResults
 
finalize() - Method in class com.ptvag.navigation.sdk.LorryOptions
 
finalize() - Method in class com.ptvag.navigation.sdk.MapView
 
finalize() - Method in class com.ptvag.navigation.sdk.NavigationSettings
 
finalize() - Method in class com.ptvag.navigation.sdk.StringRetriever
 
finalizeNative() - Method in class com.ptvag.navigation.sdk.MapView
Finalizes the MapView
finalizeSDK() - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Release the NavigationSDK instance.
finish() - Method in class com.ptvag.navigation.sdk.GLRenderer
 
finish() - Method in class com.ptvag.navigation.sdk.MapView
 
finish() - Method in interface com.ptvag.navigation.sdk.MapViewRenderer
 
finish() - Method in class com.ptvag.navigation.sdk.OpalRenderer
 
FLAVOR - Static variable in class com.ptvag.navigation.sdk.BuildConfig
 
freeRouteTrace(Trace) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Destroys the route trace.
fromARGB(int) - Static method in class com.ptvag.navigation.sdk.Color
 
fromErrorCode(int) - Static method in enum com.ptvag.navigation.sdk.SDKErrorCode
 
fromGeoDez(double, double) - Static method in class com.ptvag.navigation.sdk.Position
 
fromInt(int) - Static method in enum com.ptvag.navigation.sdk.ManeuverArrow
 
fromInt(int) - Static method in enum com.ptvag.navigation.sdk.TrafficSearchResult.SimplifiedCategory
 
fromMercator(int, int) - Method in class com.ptvag.navigation.sdk.GeoPosition
 
fromValue(int) - Static method in enum com.ptvag.navigation.sdk.JunctionType
 

G

geoCode(Address) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Do a simple geocoding.
GeoCodeResult - Class in com.ptvag.navigation.sdk
Encapsulates the result of the SDKSimpleGeoCode()-Call.
GeoCodeResult(Address, Position, int, long) - Constructor for class com.ptvag.navigation.sdk.GeoCodeResult
Constructor
GeoPosition - Class in com.ptvag.navigation.sdk
Specifies a real-world position in format CoordinateSystem.GEODEZ. * Note that the latitude and longitude values are muliplied by the NavigationSDK.SDK_GEOCONVERSION_FACTOR.
GeoPosition() - Constructor for class com.ptvag.navigation.sdk.GeoPosition
Constructor
GeoPosition(double, double) - Constructor for class com.ptvag.navigation.sdk.GeoPosition
 
GeoPosition(int, int) - Constructor for class com.ptvag.navigation.sdk.GeoPosition
 
GeoPosition(long, boolean) - Constructor for class com.ptvag.navigation.sdk.GeoPosition
Only for internal use - don't try to call this from Java.
GeoPosition(long, NativeObject) - Constructor for class com.ptvag.navigation.sdk.GeoPosition
 
get(int) - Method in class com.ptvag.navigation.sdk.BaseSearchResults
 
get(int) - Method in class com.ptvag.navigation.sdk.MapInformationResults
 
get(int) - Method in class com.ptvag.navigation.sdk.NativeArray
 
get(int) - Method in class com.ptvag.navigation.sdk.POISearchResults
 
get(int) - Method in class com.ptvag.navigation.sdk.SearchResults
 
get3dMode() - Method in class com.ptvag.navigation.sdk.MapView
Get whether the map is 3d or 2d mode.
getAddress() - Method in class com.ptvag.navigation.sdk.GeoCodeResult
Delivers the result address of the SDKSimpleGeoCode-Call
getAddrOffset() - Method in class com.ptvag.navigation.sdk.SearchResult
Internal use only
getAlternativeRouteActive() - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Get the current active route alternative.
getAlternativeRouteCount() - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Get the number of alternative routes including the default or original route.
getAltitude() - Method in class com.ptvag.navigation.sdk.GPSData
Returns the altitude [m] as reported from GPS (may or may not include geoid correction).
getAltRoute() - Method in class com.ptvag.navigation.sdk.RouteOptions
Returns if an alternative route is set.
getAltRouteMalus() - Method in class com.ptvag.navigation.sdk.RouteOptions
Not yet implemented.
getAngle() - Method in class com.ptvag.navigation.sdk.view.RotateGestureDetector
 
getAngleDifference() - Method in class com.ptvag.navigation.sdk.view.RotateGestureDetector
 
getAPIVersion() - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Retrieve version of current supported major API set.
getAttribLocation(String) - Method in class com.ptvag.navigation.sdk.TextureShader
 
getAvailableMaps() - Static method in class com.ptvag.navigation.sdk.NavigationSDK
 
getAvoidFerryOnDestination() - Method in class com.ptvag.navigation.sdk.RouteOptions
If true don't link to ferries on destination.
getAvoidFerryOnStart() - Method in class com.ptvag.navigation.sdk.RouteOptions
If true don't link to ferries on start.
getAvoidMotorwayOnDestination() - Method in class com.ptvag.navigation.sdk.RouteOptions
If true don't link to motorways on destination.
getAvoidMotorwayOnStart() - Method in class com.ptvag.navigation.sdk.RouteOptions
If true don't link to motorways on start.
getAvoidPedestrianZoneOnDestination() - Method in class com.ptvag.navigation.sdk.RouteOptions
If true don't link to segments in pedestrian zones on destination.
getAvoidPedestrianZoneOnStart() - Method in class com.ptvag.navigation.sdk.RouteOptions
If true don't link to segments in pedestrian zones on start.
getAvoidTunnelOnDestination() - Method in class com.ptvag.navigation.sdk.RouteOptions
If true don't link to tunnel on destination.
getAvoidTunnelOnStart() - Method in class com.ptvag.navigation.sdk.RouteOptions
If true don't link to tunnel on start.
getAxleWeight() - Method in class com.ptvag.navigation.sdk.LorryOptions
Returns the vehicle axle weight in 100 kg units (max 25.6 t).
getBackgroundColor() - Method in class com.ptvag.navigation.sdk.MapView
Get the current background color of the mapview
getBaseName() - Method in class com.ptvag.navigation.sdk.MapInformation
 
getBINMajor() - Method in class com.ptvag.navigation.sdk.MapInformation
 
getBINMinor() - Method in class com.ptvag.navigation.sdk.MapInformation
 
getBitmap(int, int) - Method in class com.ptvag.navigation.sdk.MapView
 
getBitmapName() - Method in class com.ptvag.navigation.sdk.TargetDescription
Name of bitmap for the target position within the map.
getBorder() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Returns true if maneuver is a border.
getBrightness() - Method in class com.ptvag.navigation.sdk.MapView
Retrieve the brightness of the MapView.
getBuddyCount() - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Get the number of buddies.
getCat() - Method in class com.ptvag.navigation.sdk.SearchResult
Returns the category.
getCategory() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Returns the road category of road after maneuver [0..4].
getCategory() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the category of the current segment [0..4]
getCategory() - Method in class com.ptvag.navigation.sdk.RoadMatchInformation
Returns the road category.
getCategory() - Method in class com.ptvag.navigation.sdk.TrafficSearchResult
Returns the category of the item.
getCc() - Method in class com.ptvag.navigation.sdk.Address
Returns the country code.
getCC() - Method in class com.ptvag.navigation.sdk.SearchRequest
Returns the numerical country code.
getCC() - Method in class com.ptvag.navigation.sdk.SearchResult
Returns the numerical country code of the item.
getCenter() - Method in class com.ptvag.navigation.sdk.MapView
Gets the center position of the MapView.
getClassOfDangerousGoods() - Method in class com.ptvag.navigation.sdk.RouteOptions
Class of dangerous goods.
getClosedArea() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Indicates if the vehicle is on "forbidden" road
getContext() - Method in class com.ptvag.navigation.sdk.POISearchRequest
Returns the previous SearchResult to search in.
getCopyright() - Method in class com.ptvag.navigation.sdk.MapInformation
 
getCorrectedPosOnRoute() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the current position on route [Mercator] (+forecast, but that's not implemented)
getCorridorSearchWidths() - Method in class com.ptvag.navigation.sdk.POISearchFilter
 
getCountries() - Method in class com.ptvag.navigation.sdk.MapInformation
 
getCountryCode() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the country code of the current segment
getCountryCode() - Method in class com.ptvag.navigation.sdk.SignPostInfo
Delievers the country-code of the SignPostInfo.
getCountryId() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Returns the country id.
getCourse() - Method in class com.ptvag.navigation.sdk.GPSData
Returns the navigation direction ([0..360[ 0=East, 90=North).
getCourse() - Method in class com.ptvag.navigation.sdk.MatchedWayPoint
Returns the course of the mercator MatchedWayPoint.
getCourse() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the current course [0..360[, head east, counter-clockwise
getCourse() - Method in class com.ptvag.navigation.sdk.WayPoint
Returns the course of the mercator WayPoint.
getCourseOnRoute() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the current course on route [0..360[, head east, counter-clockwise
getCPtr(MapView) - Static method in class com.ptvag.navigation.sdk.MapView
Returns the memory address of the MapView-object in the native code.
getCPtr(StringRetriever) - Static method in class com.ptvag.navigation.sdk.StringRetriever
 
getCrowFlightDirection() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the direction to target [0..360[ 0=N, 90=E.
getCrowFlightDistToDestination() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the crow flight distance [m] from last matched position on route to destination.
getCrowFlightGPSDistToDestination() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the crow flight distance [m] from current GPS position on route to destination.
getCurrentPosition() - Method in class com.ptvag.navigation.sdk.GPSManager
Retrieves the current GPS-Information.
getCurrentSpan() - Method in class com.ptvag.navigation.sdk.compatibility.ScaleGestureDetector
Return the average distance between each of the pointers forming the gesture in progress through the focal point.
getCurrentSpanX() - Method in class com.ptvag.navigation.sdk.compatibility.ScaleGestureDetector
Return the average X distance between each of the pointers forming the gesture in progress through the focal point.
getCurrentSpanY() - Method in class com.ptvag.navigation.sdk.compatibility.ScaleGestureDetector
Return the average Y distance between each of the pointers forming the gesture in progress through the focal point.
getCurrentStreetName() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the name of the current street.
getCurrentStreetName() - Method in class com.ptvag.navigation.sdk.RoadMatchInformation
Returns the name of currently matched road.
getCurrPos() - Method in class com.ptvag.navigation.sdk.view.DragGestureDetector
 
getDanger() - Method in class com.ptvag.navigation.sdk.LorryOptions
 
getDate() - Method in class com.ptvag.navigation.sdk.GPSData
Returns a timestamp with the following information: Date of fix [day of month * 10000 + month of year * 100 + (year>=2000)?
getDefaultHalfResolutionFactors() - Method in class com.ptvag.navigation.sdk.MapView
 
getDelay() - Method in class com.ptvag.navigation.sdk.TrafficSearchResult
Returns the delay of the item.
getDelayOnOtherEvent() - Method in class com.ptvag.navigation.sdk.TrafficSearchResult
Returns the part of delay on the route of the item which was related to an other event.
getDelayOnRoute() - Method in class com.ptvag.navigation.sdk.TrafficSearchResult
Returns the delay on the route of the item.
getDescription() - Method in class com.ptvag.navigation.sdk.POISearchResult
Returns a description (optional field.
getDescription() - Method in class com.ptvag.navigation.sdk.TrafficSearchResult
Returns the description of the traffic item
getDestination(short) - Method in class com.ptvag.navigation.sdk.Tour
Get a particular destination of a tour by their index.
getDestinationCount() - Method in class com.ptvag.navigation.sdk.Tour
Get the number of destinations of the tour.
getDestinationReached() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Destination reached?
getDestinationSVPs(int) - Method in class com.ptvag.navigation.sdk.Tour
Get the SVPs of a tour station.
getDestinationType(short) - Method in class com.ptvag.navigation.sdk.Tour
Get the type of a particular destination, identified by their index.
getDetailLevel() - Method in class com.ptvag.navigation.sdk.MapInformation
 
getDirection() - Method in class com.ptvag.navigation.sdk.SVPWayPoint
Returns the course of the mercator SVPWayPoint.
getDistance() - Method in class com.ptvag.navigation.sdk.POISearchResult
Returns the distance to original position [m].
getDistance() - Method in class com.ptvag.navigation.sdk.POIWarnerInfo
 
getDistanceFromStart() - Method in class com.ptvag.navigation.sdk.TrafficSearchResult
Returns the distance from start of the route of the item.
getDistanceLotPointToPOI() - Method in class com.ptvag.navigation.sdk.POISearchResult
Returns the distance to original position [m].
getDistanceStartToLotPoint() - Method in class com.ptvag.navigation.sdk.POISearchResult
Returns the distance to original position [m].
getDistFar() - Method in class com.ptvag.navigation.sdk.POIWarnerInfo
 
getDistFromStart() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Returns the distance from start [m].
getDistNear() - Method in class com.ptvag.navigation.sdk.POIWarnerInfo
 
getDistToDestination() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the distance [m] to destination.
getDistToNextManeuver() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the distance [m] to next maneuver.
getDistToNextSpeedLimit() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the distance to the next changing speed limit from the current position (normal conditions) [m].
getDistToNextStation() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the distance [m] to next station.
getDistToRoad() - Method in class com.ptvag.navigation.sdk.RoadMatchInformation
Returns the distance to matched road.
getDownPositionX() - Method in class com.ptvag.navigation.sdk.view.MultiFingerTapGestureDetector
 
getDownPositionY() - Method in class com.ptvag.navigation.sdk.view.MultiFingerTapGestureDetector
 
getDrivingDirection() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Returns the driving direction - [0..360[, 0 is East.
getDrivingRHS() - Method in class com.ptvag.navigation.sdk.CrossingView
 
getDuration() - Method in class com.ptvag.navigation.sdk.RouteInformation
Returns the driving duration.
getEndTime() - Method in class com.ptvag.navigation.sdk.TrafficSearchResult
Returns the end time of the item.
getEnterFerry() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Is maneuver entering a ferry.
getError() - Method in class com.ptvag.navigation.sdk.BaseSearchResults
Delivers the error code of the SDK-call.
getError() - Method in exception com.ptvag.navigation.sdk.CalculateTourException
 
getError() - Method in class com.ptvag.navigation.sdk.ErrorResultHandler
Delivers the SDKErrorCode.
getError() - Method in exception com.ptvag.navigation.sdk.NavigationException
 
getError() - Method in exception com.ptvag.navigation.sdk.NavigationRuntimeException
 
getError() - Method in class com.ptvag.navigation.sdk.Result
Delivers the SDKErrorCode of the SDK-call.
getErrorCode() - Method in exception com.ptvag.navigation.sdk.CalculateTourException
Delivers the integer-value of the SDKErrorCode of the NavigationException.
getErrorCode() - Method in exception com.ptvag.navigation.sdk.NavigationException
Delivers the integer-value of the SDKErrorCode of the NavigationException.
getErrorCode() - Method in exception com.ptvag.navigation.sdk.NavigationRuntimeException
Delivers the integer-value of the SDKErrorCode of the NavigationException.
getErrorDescription(SDKErrorCode) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Return description to a given error code Currently it just returns the name of the error code.
getEstimatedTimeOfArrival() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the estimated time when the destination will be reached.
getEstimatedTimeOfArrival() - Method in class com.ptvag.navigation.sdk.RouteInformation
 
getEventLength() - Method in class com.ptvag.navigation.sdk.TrafficSearchResult
Returns the event length of the item.
getEventLengthCategory() - Method in class com.ptvag.navigation.sdk.TrafficSearchResult
Returns the category of the item.
getEventLengthOnRoute() - Method in class com.ptvag.navigation.sdk.TrafficSearchResult
Returns the event length on the route of the item.
getEventTime() - Method in class com.ptvag.navigation.sdk.compatibility.ScaleGestureDetector
Return the event time of the current event being processed.
getExitAnglesFixed() - Method in class com.ptvag.navigation.sdk.CrossingView
Returns the exitAnglesFixed value.
getExitNr() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Returns the exit number in a round-about.
getExplosiveGoods() - Method in class com.ptvag.navigation.sdk.LorryOptions
 
getExtraPolatedCourse() - Method in class com.ptvag.navigation.sdk.GPSData
Returns the extrapolated Navigation direction ([0..360[ 0=East, 90=North)
getExtraPolatedPos() - Method in class com.ptvag.navigation.sdk.GPSData
Returns the extrapolated position.
getExtraPolatedVelocity() - Method in class com.ptvag.navigation.sdk.GPSData
Returns the extrapolated Velocity [km/h].
getFix() - Method in class com.ptvag.navigation.sdk.GPSData
 
getFixPoint() - Method in class com.ptvag.navigation.sdk.MapView
Adjust the fix point of the Map view
getFocusX() - Method in class com.ptvag.navigation.sdk.compatibility.ScaleGestureDetector
Get the X coordinate of the current gesture's focal point.
getFocusY() - Method in class com.ptvag.navigation.sdk.compatibility.ScaleGestureDetector
Get the Y coordinate of the current gesture's focal point.
getForceMRRouting() - Method in class com.ptvag.navigation.sdk.RouteOptions
If set to true a cross map routing will be formed even if start and destination are within the same map.
getFoxusX() - Method in class com.ptvag.navigation.sdk.view.RotateGestureDetector
 
getFoxusY() - Method in class com.ptvag.navigation.sdk.view.RotateGestureDetector
 
getGeoCodeResult(long) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
 
getGeoidSep() - Method in class com.ptvag.navigation.sdk.GPSData
Returns the applied Geoid separation [m].
getGPSDate() - Method in class com.ptvag.navigation.sdk.NMEAParser
 
getGPSPosition() - Method in class com.ptvag.navigation.sdk.GPSData
Returns the current position.
getGPSPositionMerc() - Method in class com.ptvag.navigation.sdk.GPSData
Returns the current position in format CoordinateSystem.MERCATOR. .
getGPSTime() - Method in class com.ptvag.navigation.sdk.NMEAParser
 
getGrayMode() - Method in class com.ptvag.navigation.sdk.MapView
Gets whether the map should be drawn in grayscale colors.
getGuidanceInformation(GPSData) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Retrieve guidance information for a position on the current routing.
getGuidanceKind() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Returns the kind of current guidance as of next menoeuvre.
getGuidanceKind() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the guidance mode.
getGuidanceKind() - Method in class com.ptvag.navigation.sdk.TraceExt
Returns the kind of guidance.
getH2O() - Method in class com.ptvag.navigation.sdk.LorryOptions
 
getHalfResolutionFactor() - Method in class com.ptvag.navigation.sdk.MapView
 
getHalfResolutionMaxCCPWidth() - Method in class com.ptvag.navigation.sdk.MapView
 
getHeight() - Method in class com.ptvag.navigation.sdk.LorryOptions
Returns the vehicle height in 10 cm units (max 25.6 m).
getHnr() - Method in class com.ptvag.navigation.sdk.Address
Returns the house number.
getHttp(String, String[], long, long, long, long) - Static method in class com.ptvag.navigation.sdk.HttpURLConnectionImpl
 
getIconName() - Method in class com.ptvag.navigation.sdk.POISearchResult
Get the name of the icon associated with this POI
getId() - Method in enum com.ptvag.navigation.sdk.BuddyAlertType
 
getId() - Method in enum com.ptvag.navigation.sdk.CountryCodeFormat
 
getId() - Method in enum com.ptvag.navigation.sdk.CrossingViewMode
Returns the int-value of the enumeration.
getId() - Method in enum com.ptvag.navigation.sdk.GuidanceKind
Returns the int-value of the enumeration.
getId() - Method in enum com.ptvag.navigation.sdk.ManeuverArrow
 
getId() - Method in enum com.ptvag.navigation.sdk.ManeuverDirection
 
getId() - Method in enum com.ptvag.navigation.sdk.ManeuverType
 
getId() - Method in enum com.ptvag.navigation.sdk.ManeuverWeight
 
getId() - Method in enum com.ptvag.navigation.sdk.NavigationSDK.UnitCategory
 
getId() - Method in enum com.ptvag.navigation.sdk.POISearchKind
Returns the int-value of the enumeration.
getId() - Method in enum com.ptvag.navigation.sdk.ReRouteMode
Returns the int-value of the enumeration.
getId() - Method in enum com.ptvag.navigation.sdk.ReRouteStrategyMode
Returns the int-value of the enumeration.
getId() - Method in enum com.ptvag.navigation.sdk.RouteCalculationType
Returns the int-value of the enumeration.
getId() - Method in enum com.ptvag.navigation.sdk.RoutingVehicleType
Returns the int-value of the enumeration.
getId() - Method in enum com.ptvag.navigation.sdk.SDKErrorCode
 
getId() - Method in enum com.ptvag.navigation.sdk.SearchKind
Returns the int-value of the enumeration.
getId() - Method in enum com.ptvag.navigation.sdk.TrafficSearchResult.SimplifiedCategory
 
getInAlertIds() - Method in class com.ptvag.navigation.sdk.BuddyAlertState
 
getInnerColorDay() - Method in class com.ptvag.navigation.sdk.TraceColor
Returns the inner day color.
getInnerColorNight() - Method in class com.ptvag.navigation.sdk.TraceColor
Returns the inner night color.
getInstance() - Static method in class com.ptvag.navigation.sdk.GPSManager
 
getInstance() - Static method in class com.ptvag.navigation.sdk.SDKJobQueue
 
getInTunnel() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns: Am I in a tunnel?
getIsotrop() - Method in class com.ptvag.navigation.sdk.TargetDescription
Flag affects the the "target reached" condition of SDK_NavigationInformation::DestinationReached regarding the driving direction.
getJunctionType() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Returns the type of junction this maneuver belongs to.
getKind() - Method in class com.ptvag.navigation.sdk.POISearchRequest
Returns the kind of search request.
getKind() - Method in class com.ptvag.navigation.sdk.POISearchResult
Returns the kind of search request.
getKind() - Method in class com.ptvag.navigation.sdk.SearchResult
Returns the kind of search request.
getLanguage() - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Query the currently used language See NavigationSDK.setLanguage(String) about usage of language settings within the Navigation SDK.
getLatitude() - Method in class com.ptvag.navigation.sdk.GeoPosition
Returns the latitude of the position (GeoDez * NavigationSDK.SDK_GEOCONVERSION_FACTOR).
getLatitudeDouble() - Method in class com.ptvag.navigation.sdk.GeoPosition
 
getLayerId() - Method in class com.ptvag.navigation.sdk.POISearchResult
Returns the id of the corresponding layer.
getLayerIDs() - Method in class com.ptvag.navigation.sdk.POISearchFilter
 
getLayerIDs(long) - Static method in class com.ptvag.navigation.sdk.POISearchFilter
 
getLeaveFerry() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Is maneuver leaving a ferry.
getLength() - Method in class com.ptvag.navigation.sdk.LorryOptions
Returns the length in 10 cm units (max 1638.4m).
getLength() - Method in class com.ptvag.navigation.sdk.Result
Delivers the length-information.
getLength() - Method in class com.ptvag.navigation.sdk.RouteInformation
Returns the length of the route [m].
getListener() - Method in class com.ptvag.navigation.sdk.view.DragGestureDetector
 
getListener() - Method in class com.ptvag.navigation.sdk.view.RotateGestureDetector
 
getLocalizedDistanceString(int, boolean, boolean, String, char) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Query a localized string for a distance value
getLocalizedDistanceString(long, boolean) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Get a localized string for the distanceInMeters parameter This is a shortcut for calling NavigationSDK.getLocalizedDistanceString(long, boolean, boolean, String) with the parameter allowNow set to false and no nowString.
getLocalizedDistanceString(long, boolean, boolean, String) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Get a localized string for the distanceInMeters parameter This is a shortcut for calling NavigationSDK.getLocalizedDistanceString(int, boolean, boolean, String, char) with the separator set automatically from the system.
getLocalizedUnitName(int, boolean) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Query the localized name of the unit defined by the current set metric
getLocalizedUnitValue(int, boolean, double) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Query the transformed and localized value for a given unit and the currently set metric Use this to convert from kilometers to miles for example.
getLongitude() - Method in class com.ptvag.navigation.sdk.GeoPosition
Returns the longitude of the position (GeoDez * NavigationSDK.SDK_GEOCONVERSION_FACTOR).
getLongitudeDouble() - Method in class com.ptvag.navigation.sdk.GeoPosition
 
getLorry() - Method in class com.ptvag.navigation.sdk.RouteOptions
returns true if lorry restrictions are considered during route calculation, false otherwise.
getLorryOptions() - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Retrieve the lorry settings
getLowerRight() - Method in class com.ptvag.navigation.sdk.MapInformation
 
getMajorVersion() - Method in class com.ptvag.navigation.sdk.SDKVersion
 
getManeuverArrow(ManeuverDescription, CrossingView) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Retrieve a simplified arrow representation for the given maneuver situation
getManeuverCount(int) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Returns the number of maneuver stop-off points of a calculated route.
getManeuverDirection() - Method in class com.ptvag.navigation.sdk.SignPostInfo
Delivers the maneuver-direction of the SingPostInfo.
getManeuverGeneratorSettings() - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Get the maneuver generator settings.
getManeuverPoint(int, int) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Get detailed information of a stop-off point.
getManeuverPointPassed() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Analyzes if a maneuver point has been passed since the last position?
getManeuverText(NavigationInformation, StringRetriever) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Get the maneuver text for the current navigation situation.
getManeuverType() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Returns the type of the maneuver - @link ManeuverType.
getMapByPosition(Position) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Returns the map respectively to that position.
getMapCount() - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Returns the number of maps which are currently under control of NavigationSDK.
getMapInformation(int) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Returns detailed information about a map.
getMapMarkerCenter() - Method in class com.ptvag.navigation.sdk.MapView
Retrieves the coordinates of the center.
getMapMarkerNorthernAdjusted() - Method in class com.ptvag.navigation.sdk.MapView
Returns true, if orientation is ignored and the marker is always directed towards the top of the map.
getMapMarkerOrientation() - Method in class com.ptvag.navigation.sdk.MapView
Retrieves the orientation of the marker (if suitable).
getMapMarkerStyle() - Method in class com.ptvag.navigation.sdk.MapView
Retrieves the style of the marker.
getMapName() - Method in class com.ptvag.navigation.sdk.MapInformation
 
getMapViewStyles(int) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Retrieve some settings about rendering details.
getMatchDistDestination() - Method in class com.ptvag.navigation.sdk.RouteOptions
Distance for road matching at the destination [Mercator units].
getMatchDistStart() - Method in class com.ptvag.navigation.sdk.RouteOptions
Distance for road matching at the start [Mercator units].
getMetric() - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Query the metric used for Navigation/guidance information The returned values can be: 0 = Use metric system (m, km) 1 = Use miles (yd, mi) 2 = Use miles (yd, mi) suitable for USA The default metric is 0 (m, km)
getMinorVersion() - Method in class com.ptvag.navigation.sdk.SDKVersion
 
getMode() - Method in class com.ptvag.navigation.sdk.CrossingView
Returns the information of type CrossingViewMode
getName() - Method in class com.ptvag.navigation.sdk.POISearchResult
Returns the visible name of the item, to be displayed in a list.
getName() - Method in class com.ptvag.navigation.sdk.SearchResult
Returns the name of the item, to be displayed in a list.
getNavigationSettings() - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Retrieve the navigation settings.
getNavigStopped() - Method in class com.ptvag.navigation.sdk.NavigationSettings
By default navigation rests if the velocity is zero.
getNextCrossingInTown() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Checks: Is the next crossing _inside_ a town area?
getNextGuidanceKind() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Returns the kind of next guidance as after next maneuver.
getNextGuidanceKind() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the guidance mode.
getNextManeuver() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the description of the next maneuver.
getNextManeuverCrossingView() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the information for drawing the crossing view for the next maneuver.
getNextSpeedLimit() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the next changing speed limit from the current position (normal conditions) [km/h].
getNiceTransit() - Method in class com.ptvag.navigation.sdk.RouteOptions
If set to true a cross map routing will use detail level maps in transit countries if available.
getNightMode() - Method in class com.ptvag.navigation.sdk.MapView
Gets whether the map should be drawn in night mode colors.
getNoSats() - Method in class com.ptvag.navigation.sdk.GPSData
Returns the number of satellites used for the fix.
getNoSatsInView() - Method in class com.ptvag.navigation.sdk.GPSData
Returns the number of satellites in view.
getNoTownUntilNextManeuver() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Checks: Only Non-City-Roads until next crossing?
getOldPos() - Method in class com.ptvag.navigation.sdk.view.DragGestureDetector
 
getOnBridge() - Method in class com.ptvag.navigation.sdk.NavigationInformation
NOT IMPLEMENTED
getOneWayStreet() - Method in class com.ptvag.navigation.sdk.CrossingView
Returns the following information: One way flag: a bitfield (0: both directions are allowed, 1: One way street in direction of driving; 2: one way street against direction of driving, 3: street blocked in all directions
getOrientation() - Method in class com.ptvag.navigation.sdk.MapView
Gets the orientation/rotation of the map.
getOutAlertIds() - Method in class com.ptvag.navigation.sdk.BuddyAlertState
 
getOuterColorDay() - Method in class com.ptvag.navigation.sdk.TraceColor
Returns the outer day color.
getOuterColorNight() - Method in class com.ptvag.navigation.sdk.TraceColor
Returns the outer night color.
getOutputType() - Method in class com.ptvag.navigation.sdk.ManeuverGeneratorSettings
Returns the output type of the generated text (TTS or FILE).
getPedestrianRoutingFromStart() - Method in class com.ptvag.navigation.sdk.RouteOptions
If true the route leads to the nearest segment outside the pedestrian zone and a trace through the pedestrian zone is added to the route.
getPedestrianRoutingToDestination() - Method in class com.ptvag.navigation.sdk.RouteOptions
If true the route leads to the nearest segment outside the pedestrian zone and a trace through the pedestrian zone is added to the route.
getPoiChanged() - Method in class com.ptvag.navigation.sdk.POIWarnerInfo
 
getPOIItemCount(int) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Determine the number of POIs stored in a specific layer.
getPOILayerByName(String) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Receives the id of a specific POI layer.
getPOILayerCount() - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Determine the total number of available POI layers.
getPOILayerName(int) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Receives the name of a specific POI layer.
getPointerCount() - Method in class com.ptvag.navigation.sdk.view.MultiFingerTapGestureDetector
Amount of pointers involved in the current event
getPoints() - Method in class com.ptvag.navigation.sdk.Trace
 
getPoints() - Method in class com.ptvag.navigation.sdk.TraceExt
 
getPOIResult(long, long) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Get a single result row from the POIsearch result Retrieve a particular search result row from a search given by SearchRequestIndex.
getPos() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Returns the coordinates of the maneuver.
getPos() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the current position [Mercator].
getPos() - Method in class com.ptvag.navigation.sdk.POISearchResult
Returns the position of address.
getPosition() - Method in class com.ptvag.navigation.sdk.GeoCodeResult
Delivers the result position of the SDKSimpleGeoCode-Call
getPosition() - Method in class com.ptvag.navigation.sdk.POISearchRequest
Returns the position to search POIs for.
getPosition() - Method in class com.ptvag.navigation.sdk.SearchRequest
Returns the position for nearest or circle search.
getPosition() - Method in class com.ptvag.navigation.sdk.SearchResult
Position of the search result
getPositionHandle() - Method in class com.ptvag.navigation.sdk.TextureShader
 
getPosLotPoint() - Method in class com.ptvag.navigation.sdk.POISearchResult
Returns the position of the address lot point.
getPosOnRoad() - Method in class com.ptvag.navigation.sdk.RoadMatchInformation
Returns the matched position on the road in mercator coordinates.
getPosOnRoute() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the current position on route [Mercator].
getPostcode() - Method in class com.ptvag.navigation.sdk.Address
Returns the postcode of address.
getPostCode() - Method in class com.ptvag.navigation.sdk.ParseTownNameResult
Delivers the postcode returned from a SDKParseTownName()-Call
getPremisesRouting() - Method in class com.ptvag.navigation.sdk.RouteOptions
If true, it's possible to route through gates of premises at start and target.
getPreviousSpan() - Method in class com.ptvag.navigation.sdk.compatibility.ScaleGestureDetector
Return the previous average distance between each of the pointers forming the gesture in progress through the focal point.
getPreviousSpanX() - Method in class com.ptvag.navigation.sdk.compatibility.ScaleGestureDetector
Return the previous average X distance between each of the pointers forming the gesture in progress through the focal point.
getPreviousSpanY() - Method in class com.ptvag.navigation.sdk.compatibility.ScaleGestureDetector
Return the previous average Y distance between each of the pointers forming the gesture in progress through the focal point.
getProfileName(File, String) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
 
getProviderName() - Method in class com.ptvag.navigation.sdk.TrafficSearchResult
Returns the provider name of the item.
getQuality() - Method in class com.ptvag.navigation.sdk.GPSData
Returns the quality of the signal in percent, i.e. 0 for lowest, 100 for best precision.
getRadius() - Method in class com.ptvag.navigation.sdk.POISearchRequest
Returns the radius for the search [m].
getRenderHouseNr() - Method in class com.ptvag.navigation.sdk.MapView
Retrieve the setting, of rendering housenumber in 2d mode.
getRenderHouseNr() - Method in class com.ptvag.navigation.sdk.MapViewStyles
 
getRenderStreetNames() - Method in class com.ptvag.navigation.sdk.MapView
Retrieve the setting, of house numbers rendering in 2d mode.
getRenderStreetNames() - Method in class com.ptvag.navigation.sdk.MapViewStyles
 
getReportId() - Method in class com.ptvag.navigation.sdk.TrafficSearchResult
Returns the report id of the item.
getRequest() - Method in class com.ptvag.navigation.sdk.POISearchRequest
Returns the string to search for.
getRequestIndex() - Method in class com.ptvag.navigation.sdk.SearchResult
Internal use only
getReRouteAttractionFactor() - Method in class com.ptvag.navigation.sdk.NavigationSettings
Returns the attraction factor of the route.
getReRouteStatus() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Did the ReRoute status change?
getReRouteStrategy() - Method in class com.ptvag.navigation.sdk.NavigationSettings
Returns the re-route-strategy.
getResult(int, int, boolean) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Retrieve a particular result row.
getResult() - Method in class com.ptvag.navigation.sdk.Result
 
getResultCount(long) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Get the result count for a particular search result identified by searchRequestIndex.
getRetraction() - Method in class com.ptvag.navigation.sdk.MatchedWayPoint
Returns the retraction of the mercator MatchedWayPoint.
getRoadExitNr1() - Method in class com.ptvag.navigation.sdk.SignPostInfo
Delivers the road-exit-nr1 of the SignPostInfo.
getRoadExitNr2() - Method in class com.ptvag.navigation.sdk.SignPostInfo
Delivers the road-exit-nr2 of the SignPostInfo.
getRoadSignBackColor() - Method in class com.ptvag.navigation.sdk.SignPostInfo
Delivers the RoadSignBackColor of the SignPostInfo.
getRoadSignIsMotorWay() - Method in class com.ptvag.navigation.sdk.SignPostInfo
Delivers the information roadsign is highway of the SignPostInfo.
getRoadSignTextColor() - Method in class com.ptvag.navigation.sdk.SignPostInfo
Delivers the RoadSignTextColor of the SignPostInfo.
getRoadType() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Returns the road type of road after maneuver [0..14]
getRoadType() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the road type of the current segment [0..14]
getRoadType() - Method in class com.ptvag.navigation.sdk.RoadMatchInformation
Returns the road type. [0..14]. 0 - Speed for fast motorway. 1 - Speed for medium motorway. 2 - Speed for slow motorway (for M&G-City-Maps: Speed for very fast national road). 3 - Speed for fast national road. 4 - Speed for medium national road. 5 - Speed for slow national road. 6 - Speed for fast country road. 7 - Speed for medium country road. 8 - Speed for slow country road. 9 - Speed for fast urban road. 10 - Speed for medium urban road. 11 - Speed for slow urban road. 12 - Speed for Ferry If the value is 0 the ferry is not used.
getRoadTypeOfNextSpeedLimit() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the road type of the segment of the next changing speed limit from the current position (normal conditions) [km/h].
getRoundaboutExitPoints() - Method in class com.ptvag.navigation.sdk.CrossingView
This array is only used for roundabouts.
getRoundaboutManeuver() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Returns the information if it's a maneuver related to a round-about.
getRoundedDistFromNextToSecondNextManeuver() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the distance from the next to the second next maneuver [m]
getRoundedDistToNextManeuver() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the distance to the next maneuver [m].
getRouteCalculationType() - Method in class com.ptvag.navigation.sdk.RouteOptions
Get the current set RouteCalculationType
getRouteIdx() - Method in class com.ptvag.navigation.sdk.TrafficSearchResult
 
getRouteInformation(int, int) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Return general information about one route of several alternative routes.
getRouteLengthToNextManeuver() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the distance [m] from previous maneuver to next maneuver.
getRouteTrace() - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Retrieve the route trace.
getRouteTraceAhead(boolean) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Retrieve the route trace ahead from the current position to either the next station or the end of the route.
getRouteTraces() - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Return the route traces of a tour or an A-B routing.
getRouteWithoutAutoroute() - Method in class com.ptvag.navigation.sdk.RouteOptions
Returns the flag for controlling whether the route should avoid motorways.
getRouteWithoutFerry() - Method in class com.ptvag.navigation.sdk.RouteOptions
Returns the flag for controlling whether the route should avoid ferries.
getRoutingOptions() - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Retrieve the routing options.
getRoutingVehicle() - Method in class com.ptvag.navigation.sdk.RouteOptions
Returns the vehicle type.
getScale() - Method in class com.ptvag.navigation.sdk.MapView
Gets the scale of the current MapView.
getScaledHeight() - Method in class com.ptvag.navigation.sdk.MapView
 
getScaledWidth() - Method in class com.ptvag.navigation.sdk.MapView
 
getScaleFactor() - Method in class com.ptvag.navigation.sdk.compatibility.ScaleGestureDetector
Return the scaling factor from the previous scale event to the current event.
getSearchKind() - Method in class com.ptvag.navigation.sdk.SearchRequest
Return the kind of search request (see @link SearchKind).
getSearchString() - Method in class com.ptvag.navigation.sdk.SearchRequest
Returns the string representation of item to search for.
getSecondNextManeuver() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the description of the second next maneuver.
getSecondNextManeuverCrossingView() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the information for drawing the crossing view for the second next maneuver.
getSegmentBorderPassed() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Analyzes if a segment border been passed since the last position.
getSeparator() - Method in class com.ptvag.navigation.sdk.ManeuverGeneratorSettings
Returns the decimal separator for numbers of the generated text.
getSeqNo() - Method in class com.ptvag.navigation.sdk.MapInformation
 
getSignPostBackColor() - Method in class com.ptvag.navigation.sdk.SignPostInfo
Delivers the backcolor of the SignPostInfo.
getSignPostFrameColor() - Method in class com.ptvag.navigation.sdk.SignPostInfo
Delivers the framecolor of the SignPostInfo.
getSignPostInfo() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Delivers the SignPostInfo of the ManeuverDescription.
getSignPostIsMotorWay() - Method in class com.ptvag.navigation.sdk.SignPostInfo
Delivers the information signpost is highway of the SignPostInfo.
getSignPostTextColor() - Method in class com.ptvag.navigation.sdk.SignPostInfo
Delivers the textcolor of the SignPostInfo.
getSimplifiedCategory() - Method in class com.ptvag.navigation.sdk.TrafficSearchResult
Returns the simplified category of the item.
getSize() - Static method in class com.ptvag.navigation.sdk.SVPWayPoint
Returns the size of a native SDK_SVPWaypoint-Object.
getSize() - Static method in class com.ptvag.navigation.sdk.WayPoint
Returns the size of a native SDK_WayPoint-Object.
getSpeakSignPosts() - Method in class com.ptvag.navigation.sdk.ManeuverGeneratorSettings
Returns if signposts should be integrated in the generated text (only used if output type was set to TTS).
getSpeakStreetNames() - Method in class com.ptvag.navigation.sdk.ManeuverGeneratorSettings
Returns if streetnames should be integrated in the generated text (only used when output type is TTS).
getSpeedLimit() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the speed limit on the current segment for cars [km/h].
getSpeedLimitTruck() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the speed limit on the current segment for trucks [km/h]
getSpeedTable_Calc() - Method in class com.ptvag.navigation.sdk.RouteOptions
This method can be used to set the desired speed profile for route calculation.
getSpeedTable_RouteList() - Method in class com.ptvag.navigation.sdk.RouteOptions
This method can be used to set the desired speed profile for the route list (calculation of times).
getStartStation() - Method in class com.ptvag.navigation.sdk.Tour
Get the start station of the tour.
getStartTime() - Method in class com.ptvag.navigation.sdk.TrafficSearchResult
Returns the start time of the item.
getStreet() - Method in class com.ptvag.navigation.sdk.Address
Returns the name of the street.
getStreetLeaving() - Method in class com.ptvag.navigation.sdk.CrossingView
Returns the streetleaving value.
getStreetLeavingCount() - Method in class com.ptvag.navigation.sdk.CrossingView
Returns the number of streets that leave this crossing.
getStreetName() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Returns the street name of segment after passing the maneuver.
getTabOffset() - Method in class com.ptvag.navigation.sdk.SearchResult
Internal use only
getTargetRoadName() - Method in class com.ptvag.navigation.sdk.SignPostInfo
Delivers the target-roadname of the SingPostInfo.
getTBaseCrossing() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Returns if the maneuver is at a T-like crossing (i.e. two streets leaving the current street, one about 90° left, one about 90° right).
getText(int) - Method in class com.ptvag.navigation.sdk.StringRetriever
 
getTextureHandle() - Method in class com.ptvag.navigation.sdk.TextureShader
 
getTexturePositionHandle() - Method in class com.ptvag.navigation.sdk.TextureShader
 
getTime() - Method in class com.ptvag.navigation.sdk.GPSData
Returns a timestamp with the following information: Time of fix [Hour of day * 1000000 + minute of hour * 10000 + second of minute * 100 + hundreds of a second].
getTimeDelta() - Method in class com.ptvag.navigation.sdk.compatibility.ScaleGestureDetector
Return the time difference in milliseconds between the previous accepted scaling event and the current scaling event.
getTimeFactor() - Method in class com.ptvag.navigation.sdk.RouteOptions
Returns the time factor.
getTimeFromStart() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Returns the time from start [s].
getTimeStamp() - Method in class com.ptvag.navigation.sdk.MapInformation
 
getTimeToDestination() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the time [s] to destination.
getTimeToNextManeuver() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the time [s] to next maneuver
getTimeToNextStation() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the time [s] to next station.
getTMCCountries() - Method in class com.ptvag.navigation.sdk.MapInformation
 
getTNSMajor() - Method in class com.ptvag.navigation.sdk.MapInformation
 
getTNSMinor() - Method in class com.ptvag.navigation.sdk.MapInformation
 
getTollColor() - Method in class com.ptvag.navigation.sdk.TollInformation
Returns the toll color information of the trace.
getTollFactor() - Method in class com.ptvag.navigation.sdk.RouteOptions
The factor is to understand as percentage of additional charge of cost of segments with toll.
getTollInformation() - Method in class com.ptvag.navigation.sdk.RouteInformation
Returns the toll information.
getTollLength() - Method in class com.ptvag.navigation.sdk.TollInformation
Returns the length of the toll segments on route.
getTotalAngle() - Method in class com.ptvag.navigation.sdk.view.RotateGestureDetector
 
getTourSection() - Method in exception com.ptvag.navigation.sdk.CalculateTourException
 
getTown() - Method in class com.ptvag.navigation.sdk.Address
Returns the name of the town.
getTownName() - Method in class com.ptvag.navigation.sdk.ParseTownNameResult
Delivers the town name returned from a SDKParseTownName()-Call
getTrafficDelayOnRoute(boolean) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Get the current traffic delay on the complete route.
getTrafficDelayOnRoute(boolean, int) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Get information about the traffic delay on the route (for the whole route or from the current position to the end of the route).
getTrafficSearchResults() - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Get the traffic results from the last traffic search.
getTrailers() - Method in class com.ptvag.navigation.sdk.LorryOptions
 
getTruckTollColor() - Method in class com.ptvag.navigation.sdk.TollInformation
Returns the ecotaxe color information of the trace.
getTruckTollFactor() - Method in class com.ptvag.navigation.sdk.RouteOptions
The factor is to understand as percentage of additional charge of cost of segments with truck toll.
getTruckTollLength() - Method in class com.ptvag.navigation.sdk.TollInformation
Returns the length of the ecotaxe segments on route.
getTruckWarningsCurrentSegment() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns truck warnings on current segment.
getTruckWarningsNextSegment() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the truck warnings on next segment.
getTunnelMode() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Returns the tunnel mode.
getTurnOrient() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Returns the a turn orientation - ManeuverDirection.
getTurnWeight() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Returns the weight of the maneuver - ManeuverWeight.
getType() - Method in class com.ptvag.navigation.sdk.POIWarnerInfo
 
getType() - Method in class com.ptvag.navigation.sdk.SearchResult
Returns the type of the result
getType() - Method in class com.ptvag.navigation.sdk.SVPWayPoint
Returns the type of the mercator SVPWayPoint.
getuModelHandle() - Method in class com.ptvag.navigation.sdk.TextureShader
 
getUniformLocation(String) - Method in class com.ptvag.navigation.sdk.TextureShader
 
getUpperLeft() - Method in class com.ptvag.navigation.sdk.MapInformation
 
getUseRRTLayers() - Method in class com.ptvag.navigation.sdk.RouteOptions
If set to true then .rrt layers will be evaluated for route calculation.
getUseTollLayer() - Method in class com.ptvag.navigation.sdk.RouteOptions
If set to true then toll layers will be evaluated for route calculation.
getUseTruckTollLayer() - Method in class com.ptvag.navigation.sdk.RouteOptions
If set to true then truck toll layers will be evaluated for route calculation.
getUsrOffset() - Method in class com.ptvag.navigation.sdk.SearchResult
Internal use only
getUTurnMalus() - Method in class com.ptvag.navigation.sdk.RouteOptions
This parameter allows to control the handling of U-turns during the route- calculation.
getValue() - Method in enum com.ptvag.navigation.sdk.JunctionType
 
getValue() - Method in enum com.ptvag.navigation.sdk.MapView.MapMarkerStyle
 
getVelocity() - Method in class com.ptvag.navigation.sdk.GPSData
Returns the velocity [km/h].
getVelocity() - Method in class com.ptvag.navigation.sdk.POIWarnerInfo
 
getViolateLorryRescrictions() - Method in class com.ptvag.navigation.sdk.RouteOptions
If true, it's possible to ignore LorryRestrictions at start and target.
getVoiceOutputManeuverHint() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Returns the voice-output information. 0 if no voice output of the next maneuver is suggested.
getVoidReRouting() - Method in class com.ptvag.navigation.sdk.NavigationSettings
 
getVolume() - Static method in class com.ptvag.navigation.sdk.HttpURLConnectionImpl
 
getWeight() - Method in class com.ptvag.navigation.sdk.LorryOptions
Returns the vehicle weight in 100 kg units (max 409.6 t).
getWidth() - Method in class com.ptvag.navigation.sdk.LorryOptions
Returns the vehicle width in 10 cm units (max 25.6 m).
getWrongRoad() - Method in class com.ptvag.navigation.sdk.NavigationInformation
Answers: Am I on the wrong road?
getX() - Method in class com.ptvag.navigation.sdk.MatchedWayPoint
Returns the longitude of the mercator MatchedWayPoint.
getX() - Method in class com.ptvag.navigation.sdk.Position
Returns the longitude of the mercator position.
getX() - Method in class com.ptvag.navigation.sdk.SVPWayPoint
Returns the longitude of the mercator SVPWayPoint.
getX() - Method in class com.ptvag.navigation.sdk.WayPoint
Returns the longitude of the mercator WayPoint.
getY() - Method in class com.ptvag.navigation.sdk.MatchedWayPoint
Returns the latitude of the mercator MatchedWayPoint.
getY() - Method in class com.ptvag.navigation.sdk.Position
Returns the latitude of the mercator position.
getY() - Method in class com.ptvag.navigation.sdk.SVPWayPoint
Returns the latitude of the mercator SVPWayPoint.
getY() - Method in class com.ptvag.navigation.sdk.WayPoint
Returns the latitude of the mercator WayPoint.
getZoneLength() - Method in class com.ptvag.navigation.sdk.POIWarnerInfo
 
getZoneType() - Method in class com.ptvag.navigation.sdk.POIWarnerInfo
 
GlobalMapInformation - Class in com.ptvag.navigation.sdk
Information about all installed maps.
GlobalMapInformation() - Constructor for class com.ptvag.navigation.sdk.GlobalMapInformation
Constructor
GlobalMapInformation(long, boolean) - Constructor for class com.ptvag.navigation.sdk.GlobalMapInformation
Only for internal use - don't try to call this from Java.
GLRenderer - Class in com.ptvag.navigation.sdk
 
GLRenderer(long, Context) - Constructor for class com.ptvag.navigation.sdk.GLRenderer
 
GPSData - Class in com.ptvag.navigation.sdk
Contains information received from a real GPS receiver, data which is generated by parsing an externally provided NMEA data stream or by parsing a recorded GPS track.
GPSData() - Constructor for class com.ptvag.navigation.sdk.GPSData
Constructor
GPSData(long, boolean) - Constructor for class com.ptvag.navigation.sdk.GPSData
Only for internal use - don't try to call this from Java.
GPSManager - Class in com.ptvag.navigation.sdk
This class is the key to reception of GPS data in the PTV Navigation SDK.
GuidanceKind - Enum in com.ptvag.navigation.sdk
An enumeration of various guidance kinds, extending the classical turn-by-turn scheme.

H

halfResolution - Variable in class com.ptvag.navigation.sdk.MapView
 
halfResolutionFactor - Variable in class com.ptvag.navigation.sdk.MapView
 
halfResolutionFactor - Variable in class com.ptvag.navigation.sdk.OpalRenderer
 
HalfResolutionFactors(int, float, int) - Constructor for class com.ptvag.navigation.sdk.MapView.HalfResolutionFactors
 
halfResolutionMaxCCPWidth - Variable in class com.ptvag.navigation.sdk.MapView
 
handle - Variable in class com.ptvag.navigation.sdk.BaseSearchResults
 
handleMessage(Message) - Method in class com.ptvag.navigation.sdk.view.MultiFingerTapGestureDetector.MultiFingerTapMessageHandler
 
hasLegalRestrictions() - Method in class com.ptvag.navigation.sdk.RouteInformation
 
hasRestrictionsAtDestination() - Method in class com.ptvag.navigation.sdk.RouteInformation
 
hasRestrictionsAtStart() - Method in class com.ptvag.navigation.sdk.RouteInformation
 
hasRestrictionsOnRoute() - Method in class com.ptvag.navigation.sdk.RouteInformation
 
hasSignPostInfo() - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Delivers the information, wether the ManeuverDesrciption has a SignPostInfo or not.
height - Variable in class com.ptvag.navigation.sdk.GLRenderer
 
height - Variable in class com.ptvag.navigation.sdk.OpalRenderer
 
HttpURLConnectionImpl - Class in com.ptvag.navigation.sdk
 
HttpURLConnectionImpl() - Constructor for class com.ptvag.navigation.sdk.HttpURLConnectionImpl
 

I

icon - Variable in class com.ptvag.navigation.sdk.OpalRenderer
 
initialize(Context, boolean) - Method in class com.ptvag.navigation.sdk.MapView
Initialization of the mapview.
initialize(String, String, String, String) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Initialize the NavigationSDK.
initialize(File, String, File, File) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Initialize the NavigationSDK.
initializeGestures() - Method in class com.ptvag.navigation.sdk.MapView
 
initializeHalfResolution() - Method in class com.ptvag.navigation.sdk.MapView
 
initializeNative(Bitmap) - Method in class com.ptvag.navigation.sdk.MapView
Initializes a MapView with a given bitmap
initMapView(Bitmap) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Initializes a new Mapview.
inverseGeoCode(Position) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Do an inverse geocoding.
isEmpty() - Method in class com.ptvag.navigation.sdk.BaseSearchResults
 
isEmpty() - Method in class com.ptvag.navigation.sdk.NativeArray
 
isExtraPolated() - Method in class com.ptvag.navigation.sdk.GPSData
 
isHalfResolution() - Method in class com.ptvag.navigation.sdk.MapView
 
isInProgress() - Method in class com.ptvag.navigation.sdk.compatibility.ScaleGestureDetector
Returns true if a scale gesture is in progress.
isInProgress() - Method in class com.ptvag.navigation.sdk.view.DragGestureDetector
 
isInProgress() - Method in class com.ptvag.navigation.sdk.view.MapViewOnScaleGestureListener
 
isInProgress() - Method in interface com.ptvag.navigation.sdk.view.OnScaleGestureListener
 
isInProgress() - Method in class com.ptvag.navigation.sdk.view.RotateGestureDetector
 
isLateralWind() - Method in class com.ptvag.navigation.sdk.TruckWarnings
Returns true if lateral wind.
isLorry() - Method in class com.ptvag.navigation.sdk.LorryOptions
 
isOnRoute() - Method in class com.ptvag.navigation.sdk.TrafficSearchResult
 
isRiskOfGrounding() - Method in class com.ptvag.navigation.sdk.TruckWarnings
Returns true ist risk of grounding.
isRoadBlockedOrClosed() - Method in class com.ptvag.navigation.sdk.TrafficSearchResult
Returns whether the corresponding road is closed or blocked because of this traffic event.
isRoutingRelevant() - Method in class com.ptvag.navigation.sdk.TrafficSearchResult
 
isSharpCurves() - Method in class com.ptvag.navigation.sdk.TruckWarnings
Returns true if sharp curves.
isSteepHillDownwards() - Method in class com.ptvag.navigation.sdk.TruckWarnings
Returns true, if steep hill downwards.
isSteepHillUpwards() - Method in class com.ptvag.navigation.sdk.TruckWarnings
Returns true, if steep hill upwards.
isTollAvailable() - Method in class com.ptvag.navigation.sdk.GlobalMapInformation
 
isTollAvailable() - Method in class com.ptvag.navigation.sdk.MapInformation
 
isTreeOverhang() - Method in class com.ptvag.navigation.sdk.TruckWarnings
Returns true, if trees overhanging the street.
isTruckTollAvailable() - Method in class com.ptvag.navigation.sdk.GlobalMapInformation
 
isTruckTollAvailable() - Method in class com.ptvag.navigation.sdk.MapInformation
 
isUpdateable() - Static method in class com.ptvag.navigation.sdk.MapView
 
iterator() - Method in class com.ptvag.navigation.sdk.BaseSearchResults
 
iterator() - Method in class com.ptvag.navigation.sdk.NativeArray
 

J

JID_REROUTE_TO_ROUTE - Static variable in class com.ptvag.navigation.sdk.Observer
 
JID_REROUTE_TO_TARGET - Static variable in class com.ptvag.navigation.sdk.Observer
 
JID_TRAFFIC_SEARCH - Static variable in class com.ptvag.navigation.sdk.Observer
 
JID_TRAFFIC_UPDATE - Static variable in class com.ptvag.navigation.sdk.Observer
 
jniCMemOwn - Variable in class com.ptvag.navigation.sdk.MapView
 
jniCPtr - Variable in class com.ptvag.navigation.sdk.MapView
 
JunctionType - Enum in com.ptvag.navigation.sdk
 

L

loadRoute(String, TargetDescription) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Load a saved route (.mre file).
loadVehicleProfile(File) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
 
LorryOptions - Class in com.ptvag.navigation.sdk
Options for calculation of routes which respect lorry specific route restrictions.
LorryOptions() - Constructor for class com.ptvag.navigation.sdk.LorryOptions
Constructor
LorryOptions(long, boolean) - Constructor for class com.ptvag.navigation.sdk.LorryOptions
Only for internal use - don't try to call this from Java.

M

ManeuverArrow - Enum in com.ptvag.navigation.sdk
 
ManeuverDescription - Class in com.ptvag.navigation.sdk
Description of a maneuver point.
ManeuverDescription() - Constructor for class com.ptvag.navigation.sdk.ManeuverDescription
Constructor
ManeuverDescription(long, boolean) - Constructor for class com.ptvag.navigation.sdk.ManeuverDescription
Only for internal use - don't try to call this from Java.
ManeuverDescription(long, NativeObject) - Constructor for class com.ptvag.navigation.sdk.ManeuverDescription
 
ManeuverDirection - Enum in com.ptvag.navigation.sdk
Enumeration for the different manoeuvre directions.
ManeuverGeneratorSettings - Class in com.ptvag.navigation.sdk
 
ManeuverGeneratorSettings() - Constructor for class com.ptvag.navigation.sdk.ManeuverGeneratorSettings
Constructor
ManeuverGeneratorSettings(long, boolean) - Constructor for class com.ptvag.navigation.sdk.ManeuverGeneratorSettings
Only for internal use - don't try to call this from Java.
ManeuverType - Enum in com.ptvag.navigation.sdk
Enumeration for the different manoeuvre types.
ManeuverWeight - Enum in com.ptvag.navigation.sdk
Enumeration for the different manoeuvre weights.
map - Variable in class com.ptvag.navigation.sdk.MapView
 
MapInformation - Class in com.ptvag.navigation.sdk
Information about a specific map.
MapInformation() - Constructor for class com.ptvag.navigation.sdk.MapInformation
Constructor
MapInformation(long, boolean) - Constructor for class com.ptvag.navigation.sdk.MapInformation
Only for internal use - don't try to call this from Java.
MapInformationResults - Class in com.ptvag.navigation.sdk
 
MapInformationResults(int, int, int) - Constructor for class com.ptvag.navigation.sdk.MapInformationResults
 
MapView - Class in com.ptvag.navigation.sdk
This is the class for rendering maps and showing them on the screen.
MapView(Context) - Constructor for class com.ptvag.navigation.sdk.MapView
Constructor
MapView(Context, AttributeSet) - Constructor for class com.ptvag.navigation.sdk.MapView
Constructor
MapView.HalfResolutionFactors - Class in com.ptvag.navigation.sdk
 
MapView.MapMarkerStyle - Enum in com.ptvag.navigation.sdk
 
MapViewOnDragGestureListener - Class in com.ptvag.navigation.sdk.view
 
MapViewOnDragGestureListener(MapView, float) - Constructor for class com.ptvag.navigation.sdk.view.MapViewOnDragGestureListener
 
MapViewOnRotateGestureListener - Class in com.ptvag.navigation.sdk.view
 
MapViewOnRotateGestureListener(MapView) - Constructor for class com.ptvag.navigation.sdk.view.MapViewOnRotateGestureListener
 
MapViewOnScaleGestureListener - Class in com.ptvag.navigation.sdk.view
 
MapViewOnScaleGestureListener(MapView, float) - Constructor for class com.ptvag.navigation.sdk.view.MapViewOnScaleGestureListener
 
MapViewRenderer - Interface in com.ptvag.navigation.sdk
 
MapViewStyles - Class in com.ptvag.navigation.sdk
 
MatchedWayPoint - Class in com.ptvag.navigation.sdk
Specifies a real-world MatchedWayPoint in Mercator format.
MatchedWayPoint(int, int, short, short) - Constructor for class com.ptvag.navigation.sdk.MatchedWayPoint
Constructor
MatchedWayPoint() - Constructor for class com.ptvag.navigation.sdk.MatchedWayPoint
Constructor
MatchedWayPoint(long, boolean) - Constructor for class com.ptvag.navigation.sdk.MatchedWayPoint
Only for internal use - don't try to call this from Java.
MatchedWayPoint(long, NativeObject) - Constructor for class com.ptvag.navigation.sdk.MatchedWayPoint
 
MatchedWayPointArray - Class in com.ptvag.navigation.sdk
Specifies an object, the guarantees, that the native C++-MatchedWayPoints are lying in memory in following spaces.
MatchedWayPointArray(long, boolean) - Constructor for class com.ptvag.navigation.sdk.MatchedWayPointArray
 
MatchedWayPointArray(int) - Constructor for class com.ptvag.navigation.sdk.MatchedWayPointArray
 
matchRoad(WayPoint) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Perform information about the current position on a road (does not require navigation context!)
maxCcpWidth - Variable in class com.ptvag.navigation.sdk.MapView.HalfResolutionFactors
 
MissRouting - Class in com.ptvag.navigation.sdk
Not implemented.
MissRouting() - Constructor for class com.ptvag.navigation.sdk.MissRouting
Constructor
MissRouting(long, boolean) - Constructor for class com.ptvag.navigation.sdk.MissRouting
Only for internal use - don't try to call this from Java.
MissRouting(long, NativeObject) - Constructor for class com.ptvag.navigation.sdk.MissRouting
 
MSG_SINGLE_TAP - Static variable in class com.ptvag.navigation.sdk.view.MultiFingerTapGestureDetector.MultiFingerTapMessageHandler
 
MultiFingerTapGestureDetector - Class in com.ptvag.navigation.sdk.view
This class detects single and double tap with one finger and a single tap with two fingers Implement OnMultiFingerTapGestureListener to react on these events.
MultiFingerTapGestureDetector(MultiFingerTapGestureDetector.OnMultiFingerTapGestureListener) - Constructor for class com.ptvag.navigation.sdk.view.MultiFingerTapGestureDetector
Initializes an instance of the MultiFingerTapGestureDetector class
MultiFingerTapGestureDetector.MultiFingerTapMessageHandler - Class in com.ptvag.navigation.sdk.view
Message handler to distinguish between single and double taps
MultiFingerTapGestureDetector.OnMultiFingerTapGestureListener - Interface in com.ptvag.navigation.sdk.view
Interface for listening to finger tap events
MultiFingerTapGestureDetector.SimpleOnMultiFingerTapGestureListener - Class in com.ptvag.navigation.sdk.view
Minimal implementation of OnMultiFingerTapGestureListener
MultiFingerTapMessageHandler() - Constructor for class com.ptvag.navigation.sdk.view.MultiFingerTapGestureDetector.MultiFingerTapMessageHandler
 

N

NativeArray<T extends com.ptvag.navigation.sdk.NativeObject> - Class in com.ptvag.navigation.sdk
 
NativeArray(int, Class<T>) - Constructor for class com.ptvag.navigation.sdk.NativeArray
 
NativeArray(long, boolean, Class<T>) - Constructor for class com.ptvag.navigation.sdk.NativeArray
Only for internal use - don't try to call this from Java.
NativeArray(long, NativeObject, Class<T>) - Constructor for class com.ptvag.navigation.sdk.NativeArray
 
nativeInitialized - Variable in class com.ptvag.navigation.sdk.MapView
 
NavigationException - Exception in com.ptvag.navigation.sdk
General exception class for all types of exceptions from the PTV navigation SDK.
NavigationException(String, int) - Constructor for exception com.ptvag.navigation.sdk.NavigationException
Constructor.
NavigationInformation - Class in com.ptvag.navigation.sdk
Contains the status of the navigation.
NavigationInformation() - Constructor for class com.ptvag.navigation.sdk.NavigationInformation
Constructor
NavigationInformation(long, boolean) - Constructor for class com.ptvag.navigation.sdk.NavigationInformation
Only for internal use - don't try to call this from Java.
NavigationRuntimeException - Exception in com.ptvag.navigation.sdk
General exception class for all types of runtime exceptions from the PTV navigation SDK.
NavigationRuntimeException(String, int) - Constructor for exception com.ptvag.navigation.sdk.NavigationRuntimeException
Constructor.
NavigationSDK - Class in com.ptvag.navigation.sdk
Declarations of the native JNI-interfaces of the NavigationSDK-interfaces.
NavigationSDK.UnitCategory - Enum in com.ptvag.navigation.sdk
 
NavigationSettings - Class in com.ptvag.navigation.sdk
General options for the navigation Those options adjust the behavior of the navigation, i.e. the output of NavigationSDK.getGuidanceInformation(GPSData).
NavigationSettings() - Constructor for class com.ptvag.navigation.sdk.NavigationSettings
Constructor
NavigationSettings(long, boolean) - Constructor for class com.ptvag.navigation.sdk.NavigationSettings
Only for internal use - don't try to call this from Java.
NMEAParser - Class in com.ptvag.navigation.sdk
 
NMEAParser() - Constructor for class com.ptvag.navigation.sdk.NMEAParser
 

O

Observer - Class in com.ptvag.navigation.sdk
 
Observer() - Constructor for class com.ptvag.navigation.sdk.Observer
 
Observer(long, boolean) - Constructor for class com.ptvag.navigation.sdk.Observer
Only for internal use - don't try to call this from Java.
onDrag(DragGestureDetector) - Method in interface com.ptvag.navigation.sdk.view.DragGestureDetector.OnDragGestureListener
 
onDrag(DragGestureDetector) - Method in class com.ptvag.navigation.sdk.view.DragGestureDetector.SimpleOnDragGestureListener
 
onDrag(DragGestureDetector) - Method in class com.ptvag.navigation.sdk.view.MapViewOnDragGestureListener
 
onDragBegin(DragGestureDetector) - Method in interface com.ptvag.navigation.sdk.view.DragGestureDetector.OnDragGestureListener
 
onDragBegin(DragGestureDetector) - Method in class com.ptvag.navigation.sdk.view.DragGestureDetector.SimpleOnDragGestureListener
 
onDragEnd(DragGestureDetector) - Method in interface com.ptvag.navigation.sdk.view.DragGestureDetector.OnDragGestureListener
 
onDragEnd(DragGestureDetector) - Method in class com.ptvag.navigation.sdk.view.DragGestureDetector.SimpleOnDragGestureListener
 
onDrawFrame(GL10) - Method in class com.ptvag.navigation.sdk.GLRenderer
 
onDrawFrame(GL10) - Method in class com.ptvag.navigation.sdk.OpalRenderer
 
onFinished(int, int) - Method in class com.ptvag.navigation.sdk.Observer
 
onFirstTimeDrawn() - Method in interface com.ptvag.navigation.sdk.OnInitializeListener
 
onInitialize() - Method in interface com.ptvag.navigation.sdk.OnInitializeListener
 
onInitialized() - Method in class com.ptvag.navigation.sdk.MapView
 
onInitializeListener - Variable in class com.ptvag.navigation.sdk.MapView
 
OnInitializeListener - Interface in com.ptvag.navigation.sdk
 
onMultiFingerDoubleTap(MultiFingerTapGestureDetector) - Method in interface com.ptvag.navigation.sdk.view.MultiFingerTapGestureDetector.OnMultiFingerTapGestureListener
 
onMultiFingerDoubleTap(MultiFingerTapGestureDetector) - Method in class com.ptvag.navigation.sdk.view.MultiFingerTapGestureDetector.SimpleOnMultiFingerTapGestureListener
 
onMultiFingerTap(MultiFingerTapGestureDetector) - Method in interface com.ptvag.navigation.sdk.view.MultiFingerTapGestureDetector.OnMultiFingerTapGestureListener
 
onMultiFingerTap(MultiFingerTapGestureDetector) - Method in class com.ptvag.navigation.sdk.view.MultiFingerTapGestureDetector.SimpleOnMultiFingerTapGestureListener
 
onProgress(int, int, int) - Method in class com.ptvag.navigation.sdk.Observer
 
onRotate(RotateGestureDetector) - Method in class com.ptvag.navigation.sdk.view.MapViewOnRotateGestureListener
 
onRotate(RotateGestureDetector) - Method in interface com.ptvag.navigation.sdk.view.RotateGestureDetector.OnRotateGestureListener
 
onRotate(RotateGestureDetector) - Method in class com.ptvag.navigation.sdk.view.RotateGestureDetector.SimpleOnRotateGestureListener
 
onRotateBegin(RotateGestureDetector) - Method in class com.ptvag.navigation.sdk.view.MapViewOnRotateGestureListener
 
onRotateBegin(RotateGestureDetector) - Method in interface com.ptvag.navigation.sdk.view.RotateGestureDetector.OnRotateGestureListener
 
onRotateBegin(RotateGestureDetector) - Method in class com.ptvag.navigation.sdk.view.RotateGestureDetector.SimpleOnRotateGestureListener
 
onRotateEnd(RotateGestureDetector) - Method in class com.ptvag.navigation.sdk.view.MapViewOnRotateGestureListener
 
onRotateEnd(RotateGestureDetector) - Method in interface com.ptvag.navigation.sdk.view.RotateGestureDetector.OnRotateGestureListener
 
onRotateEnd(RotateGestureDetector) - Method in class com.ptvag.navigation.sdk.view.RotateGestureDetector.SimpleOnRotateGestureListener
 
onScale(ScaleGestureDetector) - Method in interface com.ptvag.navigation.sdk.compatibility.ScaleGestureDetector.OnScaleGestureListener
Responds to scaling events for a gesture in progress.
onScale(ScaleGestureDetector) - Method in class com.ptvag.navigation.sdk.compatibility.ScaleGestureDetector.SimpleOnScaleGestureListener
 
onScale(ScaleGestureDetector) - Method in class com.ptvag.navigation.sdk.view.MapViewOnScaleGestureListener
 
onScaleBegin(ScaleGestureDetector) - Method in interface com.ptvag.navigation.sdk.compatibility.ScaleGestureDetector.OnScaleGestureListener
Responds to the beginning of a scaling gesture.
onScaleBegin(ScaleGestureDetector) - Method in class com.ptvag.navigation.sdk.compatibility.ScaleGestureDetector.SimpleOnScaleGestureListener
 
onScaleBegin(ScaleGestureDetector) - Method in class com.ptvag.navigation.sdk.view.MapViewOnScaleGestureListener
 
onScaleEnd(ScaleGestureDetector) - Method in interface com.ptvag.navigation.sdk.compatibility.ScaleGestureDetector.OnScaleGestureListener
Responds to the end of a scale gesture.
onScaleEnd(ScaleGestureDetector) - Method in class com.ptvag.navigation.sdk.compatibility.ScaleGestureDetector.SimpleOnScaleGestureListener
 
onScaleEnd(ScaleGestureDetector) - Method in class com.ptvag.navigation.sdk.view.MapViewOnScaleGestureListener
 
OnScaleGestureListener - Interface in com.ptvag.navigation.sdk.view
 
onSurfaceChanged(GL10, int, int) - Method in class com.ptvag.navigation.sdk.GLRenderer
 
onSurfaceChanged(GL10, int, int) - Method in class com.ptvag.navigation.sdk.OpalRenderer
 
onSurfaceCreated(GL10, EGLConfig) - Method in class com.ptvag.navigation.sdk.GLRenderer
 
onSurfaceCreated(GL10, EGLConfig) - Method in class com.ptvag.navigation.sdk.OpalRenderer
 
onTouchEvent(MotionEvent) - Method in class com.ptvag.navigation.sdk.compatibility.ScaleGestureDetector
Accepts MotionEvents and dispatches events to a ScaleGestureDetector.OnScaleGestureListener when appropriate.
onTouchEvent(MotionEvent) - Method in class com.ptvag.navigation.sdk.MapView
 
onTouchEvent(MotionEvent, boolean) - Method in class com.ptvag.navigation.sdk.view.DragGestureDetector
 
onTouchEvent(MotionEvent) - Method in class com.ptvag.navigation.sdk.view.MultiFingerTapGestureDetector
Analyzes the given motion event
onTouchEvent(MotionEvent, boolean) - Method in class com.ptvag.navigation.sdk.view.RotateGestureDetector
 
opalHeight - Variable in class com.ptvag.navigation.sdk.OpalRenderer
 
OpalRenderer - Class in com.ptvag.navigation.sdk
 
OpalRenderer(MapView, Context, boolean) - Constructor for class com.ptvag.navigation.sdk.OpalRenderer
 
OpalRenderer(MapView, Context) - Constructor for class com.ptvag.navigation.sdk.OpalRenderer
 
opalWidth - Variable in class com.ptvag.navigation.sdk.OpalRenderer
 
openGPSDevice(boolean) - Method in class com.ptvag.navigation.sdk.GPSManager
Opens a real GPS-Device
openSimulatedGPSDevice(boolean, String) - Method in class com.ptvag.navigation.sdk.GPSManager
Opens a simulated GPS-Device
openSimulatedGPSDevice(boolean, File) - Method in class com.ptvag.navigation.sdk.GPSManager
Opens a simulated GPS-Device
originalHeight - Variable in class com.ptvag.navigation.sdk.MapView
 
originalWidth - Variable in class com.ptvag.navigation.sdk.MapView
 

P

parseGPRMC(String) - Method in class com.ptvag.navigation.sdk.NMEAParser
 
parseTownName(String) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Parse a town name returned by a search.
ParseTownNameResult - Class in com.ptvag.navigation.sdk
Capsules the result of the SDKParseTownName()-Call.
ParseTownNameResult(String, String, int) - Constructor for class com.ptvag.navigation.sdk.ParseTownNameResult
Constructor
POISearchFilter - Class in com.ptvag.navigation.sdk
 
POISearchFilter() - Constructor for class com.ptvag.navigation.sdk.POISearchFilter
 
POISearchFilter(long, boolean) - Constructor for class com.ptvag.navigation.sdk.POISearchFilter
Only for internal use - don't try to call this from Java.
POISearchKind - Enum in com.ptvag.navigation.sdk
Enumeration for the different kinds of POI search.
POISearchRequest - Class in com.ptvag.navigation.sdk
Search request structure definition.
POISearchRequest() - Constructor for class com.ptvag.navigation.sdk.POISearchRequest
Constructor
POISearchRequest(String, POISearchKind) - Constructor for class com.ptvag.navigation.sdk.POISearchRequest
 
POISearchRequest(String, Position, int, POISearchKind) - Constructor for class com.ptvag.navigation.sdk.POISearchRequest
 
POISearchRequest(long, boolean) - Constructor for class com.ptvag.navigation.sdk.POISearchRequest
Only for internal use - don't try to call this from Java.
POISearchResult - Class in com.ptvag.navigation.sdk
POI search result * Result of a POI search.
POISearchResult() - Constructor for class com.ptvag.navigation.sdk.POISearchResult
Constructor
POISearchResult(long, boolean) - Constructor for class com.ptvag.navigation.sdk.POISearchResult
Only for internal use - don't try to call this from Java.
POISearchResult(long, NativeObject) - Constructor for class com.ptvag.navigation.sdk.POISearchResult
 
POISearchResults - Class in com.ptvag.navigation.sdk
 
POISearchResults(int, int, int) - Constructor for class com.ptvag.navigation.sdk.POISearchResults
 
POIWarnerInfo - Class in com.ptvag.navigation.sdk
 
POIWarnerInfo() - Constructor for class com.ptvag.navigation.sdk.POIWarnerInfo
Constructor
POIWarnerInfo(long, boolean) - Constructor for class com.ptvag.navigation.sdk.POIWarnerInfo
Only for internal use - don't try to call this from Java.
Position - Class in com.ptvag.navigation.sdk
Specifies a real-world position in Mercator format.
Position(int, int) - Constructor for class com.ptvag.navigation.sdk.Position
Constructor
Position() - Constructor for class com.ptvag.navigation.sdk.Position
Constructor
Position(Position) - Constructor for class com.ptvag.navigation.sdk.Position
Constructor
Position(long, boolean) - Constructor for class com.ptvag.navigation.sdk.Position
Only for internal use - don't try to call this from Java.
Position(long, NativeObject) - Constructor for class com.ptvag.navigation.sdk.Position
 
PositionArray - Class in com.ptvag.navigation.sdk
Specifies an object, the guarantees, that the native C++-Positions are lying in memory in following spaces.
PositionArray(int) - Constructor for class com.ptvag.navigation.sdk.PositionArray
 
PositionArray(long, boolean) - Constructor for class com.ptvag.navigation.sdk.PositionArray
 
PositionArray(long, NativeObject) - Constructor for class com.ptvag.navigation.sdk.PositionArray
 
positionBuddy(int, Position) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Position the buddy so it gets rendered next time.
positionImage(int, Position) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Position image
postHttp(String, String[], String, long, long, long, long) - Static method in class com.ptvag.navigation.sdk.HttpURLConnectionImpl
 
push(Runnable) - Method in class com.ptvag.navigation.sdk.SDKJobQueue
 
pushLocation(Location) - Method in class com.ptvag.navigation.sdk.GPSManager
 
putHttp(String, String, String[], long, long, long, long) - Static method in class com.ptvag.navigation.sdk.HttpURLConnectionImpl
 

R

R - Class in com.ptvag.navigation.sdk
 
refreshTrafficTracesAndIcons(boolean) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Refresh the traffic traces and the traffic icons on the map.
removeMapPath(File) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Remove an additional path to search for map data.
removeMapPath(String) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Remove an additional path to search for map data.
removeOnInitializeListener() - Method in class com.ptvag.navigation.sdk.MapView
 
removePOIPath(String) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
remove an additional path to search for POI data.
removePOIPath(File) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
 
removeTrace(int) - Method in class com.ptvag.navigation.sdk.MapView
Remove trace from rendering
removeTrafficTraces() - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Remove manually the traffic traces from the last traffic search.
renderer - Variable in class com.ptvag.navigation.sdk.MapView
 
ReRouteMode - Enum in com.ptvag.navigation.sdk
ReRouting status modes.
ReRouteStrategyMode - Enum in com.ptvag.navigation.sdk
Enumeration for the different kinds of rerouting strategies
reset() - Method in class com.ptvag.navigation.sdk.view.MultiFingerTapGestureDetector
Resets the multi finger tap detector to avoid unwanted detection of double taps
Result<T extends com.ptvag.navigation.sdk.NativeObject> - Class in com.ptvag.navigation.sdk
 
Result(long, boolean, T) - Constructor for class com.ptvag.navigation.sdk.Result
 
resume() - Method in class com.ptvag.navigation.sdk.GLRenderer
 
resume() - Method in class com.ptvag.navigation.sdk.MapView
Don't forget to call this function in the hosting activtiy
resume() - Method in interface com.ptvag.navigation.sdk.MapViewRenderer
 
resume() - Method in class com.ptvag.navigation.sdk.OpalRenderer
 
RoadMatchInformation - Class in com.ptvag.navigation.sdk
Holds return values of SDKMatchRoad This datastructure stores all information that is provided by a call of SDKMatchRoad including the exact mercator coordinates of the matched position on the road.
RoadMatchInformation() - Constructor for class com.ptvag.navigation.sdk.RoadMatchInformation
Constructor
RoadMatchInformation(long, boolean) - Constructor for class com.ptvag.navigation.sdk.RoadMatchInformation
Only for internal use - don't try to call this from Java.
rotateDetector - Variable in class com.ptvag.navigation.sdk.MapView
 
RotateGestureDetector - Class in com.ptvag.navigation.sdk.view
 
RotateGestureDetector(RotateGestureDetector.OnRotateGestureListener, View) - Constructor for class com.ptvag.navigation.sdk.view.RotateGestureDetector
 
RotateGestureDetector(RotateGestureDetector.OnRotateGestureListener, View, int) - Constructor for class com.ptvag.navigation.sdk.view.RotateGestureDetector
 
RotateGestureDetector.OnRotateGestureListener - Interface in com.ptvag.navigation.sdk.view
 
RotateGestureDetector.SimpleOnRotateGestureListener - Class in com.ptvag.navigation.sdk.view
 
RouteCalculationType - Enum in com.ptvag.navigation.sdk
 
RouteInformation - Class in com.ptvag.navigation.sdk
Contains the status of the navigation.
RouteInformation() - Constructor for class com.ptvag.navigation.sdk.RouteInformation
Constructor
RouteInformation(long, boolean) - Constructor for class com.ptvag.navigation.sdk.RouteInformation
Only for internal use - don't try to call this from Java.
RouteOptions - Class in com.ptvag.navigation.sdk
Options for routing.
RouteOptions() - Constructor for class com.ptvag.navigation.sdk.RouteOptions
Constructor
RouteOptions(long, boolean) - Constructor for class com.ptvag.navigation.sdk.RouteOptions
Only for internal use - don't try to call this from Java.
RouteTraces - Class in com.ptvag.navigation.sdk
 
RouteTraces(long, boolean) - Constructor for class com.ptvag.navigation.sdk.RouteTraces
Only for internal use - don't try to call this from Java.
RoutingVehicleType - Enum in com.ptvag.navigation.sdk
 

S

saveRoute(String, boolean) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Save the current existing route Currently only implemented for a single route within a single map
saveTour(File) - Method in class com.ptvag.navigation.sdk.Tour
Save a tour to a bcr file.
saveTour(String) - Method in class com.ptvag.navigation.sdk.Tour
Save a tour to a bcr file.
scaleDetector - Variable in class com.ptvag.navigation.sdk.MapView
 
scaledHeight - Variable in class com.ptvag.navigation.sdk.MapView
 
scaledWidth - Variable in class com.ptvag.navigation.sdk.MapView
 
ScaleGestureDetector - Class in com.ptvag.navigation.sdk.compatibility
 
ScaleGestureDetector(Context, ScaleGestureDetector.OnScaleGestureListener) - Constructor for class com.ptvag.navigation.sdk.compatibility.ScaleGestureDetector
 
ScaleGestureDetector.OnScaleGestureListener - Interface in com.ptvag.navigation.sdk.compatibility
The listener for receiving notifications when gestures occur.
ScaleGestureDetector.SimpleOnScaleGestureListener - Class in com.ptvag.navigation.sdk.compatibility
A convenience class to extend when you only want to listen for a subset of scaling-related events.
scaleGestureListener - Variable in class com.ptvag.navigation.sdk.MapView
 
SDK_GEOCONVERSION_FACTOR - Static variable in class com.ptvag.navigation.sdk.NavigationSDK
The conversion factor with which coordinates which are stored in the format CoordinateSystem.GEODEZ are stored when stored as integral values.
SDK_MG_guidance_1000m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1000yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_100m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_100yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1200m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1200yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1400m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1400yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1500m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1500yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_150m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_150yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1600m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1600yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1800m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1800yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1_0km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1_0mi_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1_1km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1_1mi_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1_2km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1_2mi_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1_3km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1_3mi_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1_4km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1_4mi_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1_5km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1_5mi_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1_6km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1_6mi_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1_7km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1_7mi_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1_8km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1_8mi_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_1_9km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_2000m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_2000yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_200m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_200yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_2500m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_2500yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_250m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_250yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_2_0km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_2_0mi_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_2_1km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_2_2km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_2_3km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_2_4km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_2_5km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_2_6km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_2_7km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_2_8km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_2_9km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_3000m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_3000yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_300m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_300yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_3500m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_3500yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_350m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_350yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_3_0km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_3_0mi_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_3_5km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_4000m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_4000yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_400m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_400yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_4500m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_4500yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_4_0km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_4_0mi_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_4_5km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_500m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_500yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_50m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_50yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_5_0km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_5_0mi_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_600m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_600yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_6_0km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_6_0mi_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_700m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_700yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_7_0km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_7_0mi_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_800m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_800yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_8_0km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_8_0mi_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_900m_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_900yd_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_9_0km_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_9_0mi_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_border - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_border_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_continue - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_continue_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_distMan1 - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_distMan1_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_distMan1ThenMan2 - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_distMan1ThenMan2_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_endOfStreetMan - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_endOfStreetMan_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_ferryEnter - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_ferryEnter_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_ferryExit - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_ferryExit_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_followRoad - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_followRoad_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_holdHalfLeft - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_holdHalfLeft_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_holdHalfRight - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_holdHalfRight_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_holdStraight - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_holdStraight_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_motorroadEnter - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_motorroadEnter_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_motorroadExit - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_motorroadExit_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_motorwayEnter - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_motorwayEnter_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_motorwayExit - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_motorwayExit_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_motorwayTurnHalfLeft - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_motorwayTurnHalfLeft_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_motorwayTurnHalfRight - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_motorwayTurnHalfRight_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_motorwayTurnLeft - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_motorwayTurnLeft_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_motorwayTurnRight - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_motorwayTurnRight_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_now - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_now_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_nowMan1 - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_nowMan1_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_nowMan1ThenMan2 - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_nowMan1ThenMan2_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit1 - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit10 - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit10_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit11 - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit11_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit12 - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit12_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit1_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit2 - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit2_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit3 - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit3_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit4 - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit4_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit5 - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit5_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit6 - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit6_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit7 - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit7_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit8 - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit8_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit9 - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_roundaboutExit9_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_startAreaExit - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_startAreaExit_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_stopover - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_stopover_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_straightLeft - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_straightLeft_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_straightRight - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_straightRight_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_streetDirection - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_streetDirection_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_streetDirectionSep - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_streetDirectionSep_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_targetAreaEnter - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_targetAreaEnter_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_targetAreaEnterRouteList - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_targetAreaEnterRouteList_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_targetReached - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_targetReached_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_tunnelAfter - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_tunnelAfter_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_tunnelIn - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_tunnelIn_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_turnAround - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_turnAround_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_turnLeft - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_turnLeft_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_turnRight - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_turnRight_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_uTurn - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDK_MG_guidance_uTurn_sample - Static variable in class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDKErrorCode - Enum in com.ptvag.navigation.sdk
 
SDKJobQueue - Class in com.ptvag.navigation.sdk
 
SDKManeuverTextID - Class in com.ptvag.navigation.sdk
Created by zim on 05.08.2016.
SDKManeuverTextID() - Constructor for class com.ptvag.navigation.sdk.SDKManeuverTextID
 
SDKVersion - Class in com.ptvag.navigation.sdk
 
searchCrossing(SearchRequest, int, SearchResult) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Search for all intersections of the given street Search for all streets which intersects the street from the given street result.
searchHouseNr(SearchRequest, int, SearchResult, SearchResult) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Search for a house number Searches for a house number.
SearchKind - Enum in com.ptvag.navigation.sdk
 
searchPOI(int, POISearchRequest, int) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Searches for one or more entries in the POI database.
searchPostcode(SearchRequest, int, boolean, boolean, int) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Searches for a town depending on the postcode.
searchPostcode(SearchRequest, int, boolean, boolean) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Searches for a town depending on the postcode.
SearchRequest - Class in com.ptvag.navigation.sdk
Search request for most geocoding APIS (including SDKSearchTown(), SDKSearchPostcode(), SDKSearchStreet(), SDKSearchHouseNr())
SearchRequest(String, Position, short, SearchKind) - Constructor for class com.ptvag.navigation.sdk.SearchRequest
Constructor
SearchRequest(String, short, SearchKind) - Constructor for class com.ptvag.navigation.sdk.SearchRequest
 
SearchRequest(String, Position, SearchKind) - Constructor for class com.ptvag.navigation.sdk.SearchRequest
 
SearchRequest(String, SearchKind) - Constructor for class com.ptvag.navigation.sdk.SearchRequest
 
SearchRequest() - Constructor for class com.ptvag.navigation.sdk.SearchRequest
Constructor
SearchRequest(long, boolean) - Constructor for class com.ptvag.navigation.sdk.SearchRequest
Only for internal use - don't try to call this from Java.
SearchResult - Class in com.ptvag.navigation.sdk
SearchResult() - Constructor for class com.ptvag.navigation.sdk.SearchResult
Constructor
SearchResult(long, boolean) - Constructor for class com.ptvag.navigation.sdk.SearchResult
Only for internal use - don't try to call this from Java.
SearchResults - Class in com.ptvag.navigation.sdk
 
SearchResults(int, int, int) - Constructor for class com.ptvag.navigation.sdk.SearchResults
 
searchStreet(SearchRequest, int, SearchResult) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Searches for a street.
searchTown(SearchRequest, int, boolean) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Searches for a town.
searchTown(SearchRequest, int) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Searches for a town.
searchTrafficInformation(GeoPosition, Observer) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Start an asynchronous search for traffic information with a previously set web configuration.
searchTrafficInformation(Position, Observer) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
This method provides the same functionality as NavigationSDK.searchTrafficInformation(GeoPosition, Observer) except that the position parameter is given in mercator coordinates instead of geodecimal coordinates.
set(int, T) - Method in class com.ptvag.navigation.sdk.NativeArray
 
set3dMode(boolean) - Method in class com.ptvag.navigation.sdk.MapView
Sets whether the map is 3d or 2d mode.
setAlternativeRouteActive(int) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Set the given route as the active route (use NavigationSDK.getAlternativeRouteCount() to get the number of alternative routes available.
setAltitude(int) - Method in class com.ptvag.navigation.sdk.GPSData
Sets the altitude [m] as reported from GPS.
setAltRoute(int) - Method in class com.ptvag.navigation.sdk.RouteOptions
Sets the alternative or default route This parameter can be used to set the alternative route that should be exported.
setAltRouteMalus(int) - Method in class com.ptvag.navigation.sdk.RouteOptions
Not yet implemented.
setAutoMoveMap(boolean) - Method in class com.ptvag.navigation.sdk.MapView
Sets the flag, weather the mapview is in the auto-move-state or not
setAutoZoomScaleMargins(int, int, int, int, int, int) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
 
setAutoZoomSpeedScales(boolean, int[], int[], int[]) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
 
setAutoZoomSteppingValues(float, float) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
 
setAvoidFerryOnDestination(boolean) - Method in class com.ptvag.navigation.sdk.RouteOptions
If true don't link to ferries on destination.
setAvoidFerryOnStart(boolean) - Method in class com.ptvag.navigation.sdk.RouteOptions
If true don't link to ferries on start.
setAvoidMotorwayOnDestination(boolean) - Method in class com.ptvag.navigation.sdk.RouteOptions
If true don't link to motorways on destination.
setAvoidMotorwayOnStart(boolean) - Method in class com.ptvag.navigation.sdk.RouteOptions
If true don't link to motorways on start.
setAvoidPedestrianZoneOnDestination(boolean) - Method in class com.ptvag.navigation.sdk.RouteOptions
If true don't link to segments in pedestrian zones on destination.
setAvoidPedestrianZoneOnStart(boolean) - Method in class com.ptvag.navigation.sdk.RouteOptions
If true don't link to segments in pedestrian zones on start.
setAvoidTunnelOnDestination(boolean) - Method in class com.ptvag.navigation.sdk.RouteOptions
If true don't link to tunnel on destination.
setAvoidTunnelOnStart(boolean) - Method in class com.ptvag.navigation.sdk.RouteOptions
If true don't link to tunnel on start.
setAxleWeight(short) - Method in class com.ptvag.navigation.sdk.LorryOptions
Sets the vehicle axle weight in 100 kg units (max 25.6 t).
setBaseName(String) - Method in class com.ptvag.navigation.sdk.MapInformation
Sets the base name of the map.
setBINMajor(short) - Method in class com.ptvag.navigation.sdk.MapInformation
Sets the major format version of .bin file.
setBINMinor(short) - Method in class com.ptvag.navigation.sdk.MapInformation
Sets the minor format version of .bin file.
setBitmapName(String) - Method in class com.ptvag.navigation.sdk.TargetDescription
Name of bitmap for the target position within the map.
setBorder(boolean) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets if the maneuver is a border.
setBrightness(int) - Method in class com.ptvag.navigation.sdk.MapView
Sets the brightness of the MapView.
setCat(short) - Method in class com.ptvag.navigation.sdk.SearchResult
Set the category of the result
setCategory(int) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets the road category of road after maneuver [0..4].
setCategory(int) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the category of the current segment [0..4]
setCategory(long) - Method in class com.ptvag.navigation.sdk.RoadMatchInformation
Sets the road category.
setCc(String) - Method in class com.ptvag.navigation.sdk.Address
Sets the country code.
setCC(short) - Method in class com.ptvag.navigation.sdk.SearchRequest
Sets the countrycode
setCC(int) - Method in class com.ptvag.navigation.sdk.SearchResult
Set the numerical country code
setCcpId(int) - Method in class com.ptvag.navigation.sdk.OpalRenderer
 
setCenter(Position) - Method in class com.ptvag.navigation.sdk.MapView
Sets the center position of the MapView.
setCenter(GeoPosition) - Method in class com.ptvag.navigation.sdk.MapView
Sets the center position of the MapView.
setClassOfDangerousGoods(short) - Method in class com.ptvag.navigation.sdk.RouteOptions
Class of dangerous goods.
setClosedArea(boolean) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the information, the vehicle is on "forbidden" road.
setContext(POISearchResult) - Method in class com.ptvag.navigation.sdk.POISearchRequest
 
setCopyright(String) - Method in class com.ptvag.navigation.sdk.MapInformation
Sets the copyright string regarding data source.
setCorrectedPosOnRoute(Position) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the current position on route [Mercator] (+forecast, but that's not implemented)
setCorridorSearchWidths(int[]) - Method in class com.ptvag.navigation.sdk.POISearchFilter
 
setCountries(String) - Method in class com.ptvag.navigation.sdk.MapInformation
Sets the list of countries which are part of this map.
setCountryId(int) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets the country id.
setCourse(int) - Method in class com.ptvag.navigation.sdk.GPSData
Sets the navigation direction ([0..360[ 0=East, 90=North).
setCourse(short) - Method in class com.ptvag.navigation.sdk.MatchedWayPoint
Sets the course of the mercator MatchedWayPoint.
setCourse(int) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the current course [0..360[, head east, counter-clockwise
setCourse(short) - Method in class com.ptvag.navigation.sdk.WayPoint
Sets the course of the mercator WayPoint.
setCourseOnRoute(int) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the current course on route [0..360[, head east, counter-clockwise
setCrowFlightDirection(short) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the direction to target [0..360[ 0=N, 90=E.
setCrowFlightDistToDestination(long) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the crow flight distance [m] from last matched position on route to destination.
setCrowFlightGPSDistToDestination(long) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the crow flight distance [m] from current GPS position on route to destination.
setCurrentStreetName(String) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the name of the current street.
setCurrentStreetName(String) - Method in class com.ptvag.navigation.sdk.RoadMatchInformation
Sets the name of currently matched road.
setDanger(boolean) - Method in class com.ptvag.navigation.sdk.LorryOptions
Sets whether streets which are forbidden for hazardous goods should be avoided during route calculation.
setDate(Calendar) - Method in class com.ptvag.navigation.sdk.GPSData
Sets the date of the given Calendar as Gps date.
setDate(int) - Method in class com.ptvag.navigation.sdk.GPSData
 
setDateAndTime(Calendar) - Method in class com.ptvag.navigation.sdk.GPSData
Sets the date and time of the Gps data by the given Calendar object.
setDescription(String) - Method in class com.ptvag.navigation.sdk.POISearchResult
Sets a description.
setDestinationReached(boolean) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets Destination reached?
setDetailLevel(short) - Method in class com.ptvag.navigation.sdk.MapInformation
Sets the detail level of this map. 0: detail level, 1: major roads 2: detail level but not capable of cross-map routing
setDirection(short) - Method in class com.ptvag.navigation.sdk.SVPWayPoint
Sets the course of the mercator SVPWayPoint.
setDistance(int) - Method in class com.ptvag.navigation.sdk.POISearchResult
Sets the distance to original position [m].
setDistance(int) - Method in class com.ptvag.navigation.sdk.POIWarnerInfo
 
setDistanceLotPointToPOI(int) - Method in class com.ptvag.navigation.sdk.POISearchResult
Sets the distance to original position [m].
setDistanceStartToLotPoint(int) - Method in class com.ptvag.navigation.sdk.POISearchResult
Sets the distance to original position [m].
setDistFar(int) - Method in class com.ptvag.navigation.sdk.POIWarnerInfo
 
setDistFromStart(int) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets the distance from start [m].
setDistNear(int) - Method in class com.ptvag.navigation.sdk.POIWarnerInfo
 
setDistToDestination(long) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the distance [m] to destination.
setDistToNextManeuver(long) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the distance [m] to next maneuver.
setDistToNextSpeedLimit(long) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the distance to the next changing speed limit from the current position (normal conditions) [km/h].
setDistToNextStation(long) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the distance [m] to next station.
setDistToRoad(int) - Method in class com.ptvag.navigation.sdk.RoadMatchInformation
Sets the distance to matched road.
setDrivingDirection(int) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets the driving direction - [0..360[, 0 is East.
setDrivingRHS(boolean) - Method in class com.ptvag.navigation.sdk.CrossingView
Sets the driving in the right side information.
setDuration(long) - Method in class com.ptvag.navigation.sdk.RouteInformation
Sets the driving duration.
setEnterFerry(boolean) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets the switch if the maneuver is entering a ferry.
setExitAnglesFixed(int[]) - Method in class com.ptvag.navigation.sdk.CrossingView
Sets the exitAnglesFixed value.
setExitNr(short) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets the exit number in a round-about.
setExplosiveGoods(boolean) - Method in class com.ptvag.navigation.sdk.LorryOptions
Sets whether streets which are forbidden for explosive goods should be avoided during route calculation.
setExtraPolatedCourse(int) - Method in class com.ptvag.navigation.sdk.GPSData
Sets the extrapolated Navigation direction ([0..360[ 0=East, 90=North).
setExtraPolatedPos(Position) - Method in class com.ptvag.navigation.sdk.GPSData
Sets the extrapolated position.
setExtraPolatedVelocity(int) - Method in class com.ptvag.navigation.sdk.GPSData
Sets the extrapolated Velocity [km/h].
setFix(short) - Method in class com.ptvag.navigation.sdk.GPSData
Sets the fix information. 0 if GPS device has no fix, >0 for a valid fix: 1=GPS (inkl. 2d/3d), 2=differential GPS (DGPS), 3= dead reckoning mode (DR), 4=unknown
setFixPoint(Position) - Method in class com.ptvag.navigation.sdk.MapView
Adjust the fix point of the Map view.
setForceMRRouting(boolean) - Method in class com.ptvag.navigation.sdk.RouteOptions
If set to true a cross map routing will be formed even if start and destination are within the same map.
setGeoidSep(int) - Method in class com.ptvag.navigation.sdk.GPSData
Sets the applied Geoid separation [m].
setGPSPosition(GeoPosition) - Method in class com.ptvag.navigation.sdk.GPSData
Sets the GeoPosition.
setGPSPositionMerc(Position) - Method in class com.ptvag.navigation.sdk.GPSData
Sets the current position (Mercator).
setGrayMode(boolean) - Method in class com.ptvag.navigation.sdk.MapView
Sets whether the map should be drawn in grayscale colors.
setGuidanceKind(GuidanceKind) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets the kind of current guidance as of next menoeuvre.
setGuidanceKind(GuidanceKind) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the guidance mode.
setGuidanceKind(GuidanceKind) - Method in class com.ptvag.navigation.sdk.TraceExt
Sets the kind of guidance.
setH2O(boolean) - Method in class com.ptvag.navigation.sdk.LorryOptions
Sets whether streets which are forbidden for water polluting goods should be avoided during route calculation.
setHalfResolution(boolean, float) - Method in class com.ptvag.navigation.sdk.GLRenderer
 
setHalfResolution(boolean, float, int) - Method in class com.ptvag.navigation.sdk.MapView
 
setHalfResolution(boolean, float) - Method in interface com.ptvag.navigation.sdk.MapViewRenderer
 
setHalfResolution(boolean, float) - Method in class com.ptvag.navigation.sdk.OpalRenderer
 
setHasSignPostInfo(boolean) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets the flag, that signs if the ManeuverDescription has a SignPostInfo or not.
setHeight(short) - Method in class com.ptvag.navigation.sdk.LorryOptions
Sets the vehicle height in 10 cm units (max 25.6 m).
setHnr(String) - Method in class com.ptvag.navigation.sdk.Address
Sets the house number.
setInnerColorDay(long) - Method in class com.ptvag.navigation.sdk.TraceColor
Sets the inner day color.
setInnerColorNight(long) - Method in class com.ptvag.navigation.sdk.TraceColor
Sets the inner night color.
setInTunnel(boolean) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Set: Am I in a tunnel?
setIsExtraPolated(boolean) - Method in class com.ptvag.navigation.sdk.GPSData
Sets whether the information is based on (software) internal extrapolation.
setIsLateralWind(boolean) - Method in class com.ptvag.navigation.sdk.TruckWarnings
Sets the lateral wind flag.
setIsotrop(boolean) - Method in class com.ptvag.navigation.sdk.TargetDescription
Flag affects the the "target reached" condition of SDK_NavigationInformation::DestinationReached regarding the driving direction.
setIsRiskOfGrounding(boolean) - Method in class com.ptvag.navigation.sdk.TruckWarnings
Sets the risk of grounding flag.
setIsSharpCurves(boolean) - Method in class com.ptvag.navigation.sdk.TruckWarnings
Sets the sharp curves flag.
setIsSteepHillDownwards(boolean) - Method in class com.ptvag.navigation.sdk.TruckWarnings
.
setIsSteepHillUpwards(boolean) - Method in class com.ptvag.navigation.sdk.TruckWarnings
Sets the steep hill upwards information.
setIsTreeOverhang(boolean) - Method in class com.ptvag.navigation.sdk.TruckWarnings
Sets the tree overhang flag.
setJunctionType(short) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets the type of junction this maneuver belongs to.
setKind(POISearchKind) - Method in class com.ptvag.navigation.sdk.POISearchRequest
Sets the kind of search request.
setKind(POISearchKind) - Method in class com.ptvag.navigation.sdk.POISearchResult
Sets the kind of search request.
setKind(SearchKind) - Method in class com.ptvag.navigation.sdk.SearchResult
 
setLanguage(String) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Set the used language Set the used language for the names of POI layers.
setLatitude(int) - Method in class com.ptvag.navigation.sdk.GeoPosition
Sets the latitude of the position (GeoDez * NavigationSDK.SDK_GEOCONVERSION_FACTOR).
setLatitude(double) - Method in class com.ptvag.navigation.sdk.GeoPosition
Sets the latitude of the position as WGS84 double value
setLayerId(int) - Method in class com.ptvag.navigation.sdk.POISearchResult
Sets the id of the corresponding layer.
setLayerIDs(int[]) - Method in class com.ptvag.navigation.sdk.POISearchFilter
 
setLayerIDs(long, int[]) - Static method in class com.ptvag.navigation.sdk.POISearchFilter
 
setLeaveFerry(boolean) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets the switch if the maneuver is leaving a ferry.
setLegalRestrictions(boolean) - Method in class com.ptvag.navigation.sdk.RouteInformation
 
setLength(short) - Method in class com.ptvag.navigation.sdk.LorryOptions
Sets the length in 10 cm units (max. 1638.4m).
setLength(long) - Method in class com.ptvag.navigation.sdk.RouteInformation
Sets the route length.
setLongitude(double) - Method in class com.ptvag.navigation.sdk.GeoPosition
Sets the longitude of the position as WGS84 double value
setLongitude(int) - Method in class com.ptvag.navigation.sdk.GeoPosition
Sets the longitude of the position (GeoDez * NavigationSDK.SDK_GEOCONVERSION_FACTOR).
setLorry(boolean) - Method in class com.ptvag.navigation.sdk.RouteOptions
Set lorry restrictions which should be taken into consideration during route calculation.
setLorryOptions(LorryOptions) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Set the Lorry settings.
setLowerRight(Position) - Method in class com.ptvag.navigation.sdk.MapInformation
Sets the coordinates of the lower right corner of the MBR of this map.
setManeuverArrowVisibility(boolean, boolean) - Method in class com.ptvag.navigation.sdk.MapView
Enables or disables the visibility of the maneuver arrows - separately in 2d and 3d.
setManeuverGeneratorSettings(ManeuverGeneratorSettings) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Set the maneuver generator settings.
setManeuverPointPassed(boolean) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets if a maneuver point has been passed since the last position.
setManeuverType(ManeuverType) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets the type of the maneuver - @link ManeuverType.
setMapDesign(File, boolean) - Method in class com.ptvag.navigation.sdk.MapView
 
setMapMarker(Position, int, boolean, MapView.MapMarkerStyle) - Method in class com.ptvag.navigation.sdk.MapView
Position a marker indicating the current position on the map.
setMapName(String) - Method in class com.ptvag.navigation.sdk.MapInformation
Sets the localized name of map.
setMapViewStyles(int, boolean, boolean) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Configure some settings about rendering details.
setMatchDistDestination(int) - Method in class com.ptvag.navigation.sdk.RouteOptions
Distance for road matching at the destination [Mercator units].
setMatchDistStart(int) - Method in class com.ptvag.navigation.sdk.RouteOptions
Distance for road matching at the start [Mercator units].
setMetric(int) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Set the metric used for Navigation/guidance information Valid values are: 0 = Set to metric system (m, km) 1 = Set to miles (yd, mi) 2 = Set to miles (yd, mi) suitable for USA Bug: Currently there is no explicit error code being returned.
setMode(CrossingViewMode) - Method in class com.ptvag.navigation.sdk.CrossingView
Sets the information of the CrossingViewMode type.
setName(String) - Method in class com.ptvag.navigation.sdk.POISearchResult
Sets the visible name of the item, to be displayed in a list.
setName(String) - Method in class com.ptvag.navigation.sdk.SearchResult
Set the name
setNavigationInformation(NavigationInformation) - Method in class com.ptvag.navigation.sdk.MapView
Sets the current navigation informations for the map.
setNavigationSettings(NavigationSettings) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Set the navigation settings Note that some changes don't have effect unless a navigation is initiated by calling NavigationSDK.loadRoute(String, TargetDescription), #calculateRoute(NativeArray) or #prepareNavigationForTour(Observer).
setNavigStopped(boolean) - Method in class com.ptvag.navigation.sdk.NavigationSettings
By default navigation rests if the velocity is zero.
setNextCrossingInTown(boolean) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets if the next crossing is _inside_ a town area?
setNextGuidanceKind(GuidanceKind) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets the kind of next guidance as after next maneuver.
setNextGuidanceKind(GuidanceKind) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the guidance mode.
setNextManeuver(ManeuverDescription) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the description of the next maneuver.
setNextManeuverCrossingView(CrossingView) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the information for drawing the crossing view for the next maneuver.
setNextSpeedLimit(int) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the the next changing speed limit from the current position (normal conditions) [m].
setNiceTransit(boolean) - Method in class com.ptvag.navigation.sdk.RouteOptions
If set to true a cross map routing will use detail level maps in transit countries if available.
setNightMode(boolean) - Method in class com.ptvag.navigation.sdk.MapView
Sets whether the map should be drawn in night mode colors.
setNoSats(short) - Method in class com.ptvag.navigation.sdk.GPSData
Sets the number of satellites used for the fix.
setNoSatsInView(short) - Method in class com.ptvag.navigation.sdk.GPSData
Sets the number of satellites in view.
setNoTownUntilNextManeuver(boolean) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets, if only use Non-City-Roads until next crossing.
setOnBridge(boolean) - Method in class com.ptvag.navigation.sdk.NavigationInformation
NOT IMPLEMENTED
setOneWayStreet(short[]) - Method in class com.ptvag.navigation.sdk.CrossingView
Sets the one way flag.
setOnInitializeListener(OnInitializeListener) - Method in class com.ptvag.navigation.sdk.GLRenderer
 
setOnInitializeListener(OnInitializeListener) - Method in class com.ptvag.navigation.sdk.MapView
 
setOnInitializeListener(OnInitializeListener) - Method in interface com.ptvag.navigation.sdk.MapViewRenderer
 
setOnInitializeListener(OnInitializeListener) - Method in class com.ptvag.navigation.sdk.OpalRenderer
 
setOrientation(int) - Method in class com.ptvag.navigation.sdk.MapView
Sets the orientation/rotation of the map.
setOuterColorDay(long) - Method in class com.ptvag.navigation.sdk.TraceColor
Sets the outer day color.
setOuterColorNight(long) - Method in class com.ptvag.navigation.sdk.TraceColor
Sets the outer night color.
setOutputType(int) - Method in class com.ptvag.navigation.sdk.ManeuverGeneratorSettings
Sets the output type of the generated text ( 0 for TTS or 1 for SAMPLES).
setPedestrianRoutingFromStart(boolean) - Method in class com.ptvag.navigation.sdk.RouteOptions
If true the route leads to the nearest segment outside the pedestrian zone an a trace through the pedestrian zone is added to the route.
setPedestrianRoutingToDestination(boolean) - Method in class com.ptvag.navigation.sdk.RouteOptions
If true the route leads to the nearest segment outside the pedestrian zone and a trace through the pedestrian zone is added to the route.
setPoiChanged(boolean) - Method in class com.ptvag.navigation.sdk.POIWarnerInfo
 
setPoints(NativeArray<Position>) - Method in class com.ptvag.navigation.sdk.Trace
 
setPoints(NativeArray<Position>) - Method in class com.ptvag.navigation.sdk.TraceExt
 
setPos(Position) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets the coordinates of the maneuver.
setPos(Position) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the current position [Mercator].
setPos(Position) - Method in class com.ptvag.navigation.sdk.POISearchResult
Sets the position of address.
setPosition(Position) - Method in class com.ptvag.navigation.sdk.POISearchRequest
Sets the position to search POIs for.
setPosition(Position) - Method in class com.ptvag.navigation.sdk.SearchRequest
Sets the position.
setPosition(Position) - Method in class com.ptvag.navigation.sdk.SearchResult
 
setPosLotPoint(Position) - Method in class com.ptvag.navigation.sdk.POISearchResult
Sets the position of the address lot point.
setPosOnRoad(Position) - Method in class com.ptvag.navigation.sdk.RoadMatchInformation
Sets the matched position on the road in mercator coordinates.
setPosOnRoute(Position) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the current position on route [Mercator].
setPostcode(String) - Method in class com.ptvag.navigation.sdk.Address
Sets the postcode of address.
setPremisesRouting(boolean) - Method in class com.ptvag.navigation.sdk.RouteOptions
If true, it's possible to route through gates of premises at start and target.
setQuality(int) - Method in class com.ptvag.navigation.sdk.GPSData
Sets the quality of the signal in percent, i.e. 0 for lowest, 100 for best precision.
setRadius(int) - Method in class com.ptvag.navigation.sdk.POISearchRequest
Sets the radius for the search [m].
setRequest(String) - Method in class com.ptvag.navigation.sdk.POISearchRequest
Sets the string to search for.
setReRouteAttractionFactor(long) - Method in class com.ptvag.navigation.sdk.NavigationSettings
Sets the attraction factor of the route.
setReRouteStatus(ReRouteMode) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the ReRoute status.
setReRouteStrategy(ReRouteStrategyMode) - Method in class com.ptvag.navigation.sdk.NavigationSettings
Sets the re-route-strategy.
setRestrictionsAtDestination(boolean) - Method in class com.ptvag.navigation.sdk.RouteInformation
 
setRestrictionsAtStart(boolean) - Method in class com.ptvag.navigation.sdk.RouteInformation
 
setRestrictionsOnRoute(boolean) - Method in class com.ptvag.navigation.sdk.RouteInformation
 
setRetraction(short) - Method in class com.ptvag.navigation.sdk.MatchedWayPoint
Sets the retraction of the mercator MatchedWayPoint.
setRoadType(int) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets the road type of road after maneuver [0..14].
setRoadType(int) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the road type off the current segment [0..14]
setRoadType(long) - Method in class com.ptvag.navigation.sdk.RoadMatchInformation
Sets the road type. [0..14]. 0 - Speed for fast motorway. 1 - Speed for medium motorway. 2 - Speed for slow motorway (for M&G-City-Maps: Speed for very fast national road). 3 - Speed for fast national road. 4 - Speed for medium national road. 5 - Speed for slow national road. 6 - Speed for fast country road. 7 - Speed for medium country road. 8 - Speed for slow country road. 9 - Speed for fast urban road. 10 - Speed for medium urban road. 11 - Speed for slow urban road. 12 - Speed for Ferry If the value is 0 the ferry is not used.
setRoadTypeOfNextSpeedLimit(int) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the road type of the next changing speed limit from the current position (normal conditions) [m].
setRoundaboutExitPoints(int[]) - Method in class com.ptvag.navigation.sdk.CrossingView
Sets the value indicating the position on the edge of a roundabout where a street leaves or joins the roundabout (counter-clockwise).
setRoundaboutManeuver(boolean) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets if it's a maneuver related to a round-about.
setRoundedDistFromNextToSecondNextManeuver(int) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the distance from the next to the second next maneuver [m].
setRoundedDistToNextManeuver(int) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the distance to the next maneuver [m].
setRouteCalculationType(RouteCalculationType) - Method in class com.ptvag.navigation.sdk.RouteOptions
Set the type of route calculation (see RouteCalculationType: RouteClassic = classic routing, no alternative routes RouteAlternative = routing with alternatives routes
setRouteLengthToNextManeuver(long) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the distance [m] from previous maneuver to next maneuver.
setRouteWithoutAutoroute(boolean) - Method in class com.ptvag.navigation.sdk.RouteOptions
Sets the flag for controlling whether the route should avoid motorways.
setRouteWithoutFerry(boolean) - Method in class com.ptvag.navigation.sdk.RouteOptions
Sets the flag for controlling whether the route should avoid ferries.
setRoutingOptions(RouteOptions) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Set the routing options
setRoutingVehicle(RoutingVehicleType) - Method in class com.ptvag.navigation.sdk.RouteOptions
Sets the vehicle type.
setScale(int) - Method in class com.ptvag.navigation.sdk.MapView
Sets the scale of the current MapView.
setScalePosition(Position) - Method in class com.ptvag.navigation.sdk.MapView
Sets the scale postion of the current MapView.
setSearchKind(SearchKind) - Method in class com.ptvag.navigation.sdk.SearchRequest
Sets the type of search.
setSearchString(String) - Method in class com.ptvag.navigation.sdk.SearchRequest
Sets the search string
setSecondNextManeuver(ManeuverDescription) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the description of the second next maneuver.
setSecondNextManeuverCrossingView(CrossingView) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the information for drawing the crossing view for the second next maneuver.
setSegmentBorderPassed(boolean) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets if a segment border been passed since the last position.
setSeparator(char) - Method in class com.ptvag.navigation.sdk.ManeuverGeneratorSettings
Sets the decimal separator for numbers in the generated text.
setSeqNo(String) - Method in class com.ptvag.navigation.sdk.MapInformation
Sets the serial number of this map.
setSignPostInfo(SignPostInfo) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Assigns the SignPostInfo to the ManeuverDescription.
setSpeakSignPosts(boolean) - Method in class com.ptvag.navigation.sdk.ManeuverGeneratorSettings
Sets if signposts should be integrated in the generated text (only used if outputType was set to TTS).
setSpeakStreetNames(boolean) - Method in class com.ptvag.navigation.sdk.ManeuverGeneratorSettings
Sets if streetnames should be integrated in the generated text (only used if outputType was set to TTS).
setSpeedLimit(int) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the speed limit on the current segment for cars [km/h].
setSpeedLimitTruck(int) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the speed limit on the current segment for trucks [km/h]
setSpeedTable_Calc(short[]) - Method in class com.ptvag.navigation.sdk.RouteOptions
This method can be used to set the desired speed profile for route calculation.
setSpeedTable_RouteList(short[]) - Method in class com.ptvag.navigation.sdk.RouteOptions
This method can be used to set the desired speed profile for the route list (calculation of times).
setStandardTraceParameters(short, int, int, int) - Method in class com.ptvag.navigation.sdk.MapView
Adjust the visual appearance of traces.
setStreet(String) - Method in class com.ptvag.navigation.sdk.Address
Sets the name of the street.
setStreetLeaving(int[]) - Method in class com.ptvag.navigation.sdk.CrossingView
Sets the streetleaving value.
setStreetLeavingCount(int) - Method in class com.ptvag.navigation.sdk.CrossingView
Sets the number of streets that leave this crossing.
setStreetName(String) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets the street name of segment after passing the maneuver.
setStyles(boolean, boolean) - Method in class com.ptvag.navigation.sdk.MapView
Configure some settings about rendering details.
setTBaseCrossing(boolean) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets if the maneuver is at a T-like crossing (i.e. two streets leaving the current street, one about 90° left, one about 90° right).
setTime(Calendar) - Method in class com.ptvag.navigation.sdk.GPSData
Sets the time of the given Calendar as Gps time.
setTime(int) - Method in class com.ptvag.navigation.sdk.GPSData
 
setTimeFactor(int) - Method in class com.ptvag.navigation.sdk.RouteOptions
Sets the time factor.
setTimeFromStart(int) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets the time from start [s].
setTimeStamp(String) - Method in class com.ptvag.navigation.sdk.MapInformation
Sets the production date of this map.
setTimeToDestination(long) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the time [s] to destination.
setTimeToNextManeuver(long) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the time [s] to next maneuver.
setTimeToNextStation(long) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the time [s] to next station.
setTMCCountries(String) - Method in class com.ptvag.navigation.sdk.MapInformation
Sets the list of countries for which TMC information are available in this map.
setTNSMajor(short) - Method in class com.ptvag.navigation.sdk.MapInformation
Set the major format version of .tns file.
setTNSMinor(short) - Method in class com.ptvag.navigation.sdk.MapInformation
Sets the minor format version of .tns file.
setTollColor(TraceColor) - Method in class com.ptvag.navigation.sdk.TollInformation
Sets the toll color.
setTollFactor(int) - Method in class com.ptvag.navigation.sdk.RouteOptions
The factor is to understand as percentage additional charge of cost of a segments with toll.
setTollInformation(TollInformation) - Method in class com.ptvag.navigation.sdk.RouteInformation
Sets the toll information.
setTollLength(long) - Method in class com.ptvag.navigation.sdk.TollInformation
Sets the toll length.
setTown(String) - Method in class com.ptvag.navigation.sdk.Address
Sets the name of the town.
setTrafficSearchWebConfiguration(String, String) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Set the url and the security token for a traffic web search
setTrailers(boolean) - Method in class com.ptvag.navigation.sdk.LorryOptions
Sets whether streets which are forbidden for trailers should be avoided during route calculation.
setTruckTollColor(TraceColor) - Method in class com.ptvag.navigation.sdk.TollInformation
Sets the ecotaxe color.
setTruckTollFactor(int) - Method in class com.ptvag.navigation.sdk.RouteOptions
The factor is to understand as percentage additional charge of cost of a segments with truck toll.
setTruckTollLength(long) - Method in class com.ptvag.navigation.sdk.TollInformation
Sets the ecotaxe length.
setTruckWarningsCurrentSegment(TruckWarnings) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets truck warnings on current segment.
setTruckWarningsNextSegment(TruckWarnings) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets truck warnings on the next segment.
setTunnelMode(int) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets the tunnel mode.
setTurnOrient(ManeuverDirection) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets the a turn orientation - ManeuverDirection.
setTurnWeight(ManeuverWeight) - Method in class com.ptvag.navigation.sdk.ManeuverDescription
Sets the weight of the maneuver - ManeuverWeight.
setType(int) - Method in class com.ptvag.navigation.sdk.POIWarnerInfo
 
setType(short) - Method in class com.ptvag.navigation.sdk.SearchResult
Set the type
setType(short) - Method in class com.ptvag.navigation.sdk.SVPWayPoint
Sets the type of the mercator SVPWayPoint.
setUpperLeft(Position) - Method in class com.ptvag.navigation.sdk.MapInformation
Sets coordinates of upper left corner of MBR of this map.
setUseRRTLayers(boolean) - Method in class com.ptvag.navigation.sdk.RouteOptions
If set to true then .rrt layers will be evaluated for route calculation.
setUseTollLayer(boolean) - Method in class com.ptvag.navigation.sdk.RouteOptions
If set to true then toll layers will be evaluated for route calculation.
setUseTruckTollLayer(boolean) - Method in class com.ptvag.navigation.sdk.RouteOptions
If set to true then truck toll layers will be evaluated for route calculation.
setUTurnMalus(int) - Method in class com.ptvag.navigation.sdk.RouteOptions
This parameter allows to control the handling of U-turns during the route- calculation.
setVelocity(int) - Method in class com.ptvag.navigation.sdk.GPSData
Sets the velocity [km/h].
setVelocity(int) - Method in class com.ptvag.navigation.sdk.POIWarnerInfo
 
setViolateLorryRescrictions(boolean) - Method in class com.ptvag.navigation.sdk.RouteOptions
If true, it's possible to ignore LorryRestrictions at start and target.
setVoiceOutputManeuverHint(short) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the voice-output information. 0 if no voice output of the next maneuver is suggested.
setVoidReRouting(boolean) - Method in class com.ptvag.navigation.sdk.NavigationSettings
 
setWeight(short) - Method in class com.ptvag.navigation.sdk.LorryOptions
Sets the vehicle weight in 100 kg units (max 409.6 t).
setWidth(short) - Method in class com.ptvag.navigation.sdk.LorryOptions
Sets the vehicle width in 10 cm units(max 25.6 m).
setWrongRoad(boolean) - Method in class com.ptvag.navigation.sdk.NavigationInformation
Sets the information: Am I on the wrong road?
setX(int) - Method in class com.ptvag.navigation.sdk.MatchedWayPoint
Sets the longitude of the mercator MatchedWayPoint.
setX(int) - Method in class com.ptvag.navigation.sdk.Position
Sets the longitude of the mercator position.
setX(int) - Method in class com.ptvag.navigation.sdk.SVPWayPoint
Sets the longitude of the mercator SVPWayPoint.
setX(int) - Method in class com.ptvag.navigation.sdk.WayPoint
Sets the longitude of the mercator WayPoint.
setY(int) - Method in class com.ptvag.navigation.sdk.MatchedWayPoint
Sets the latitude of the mercator MatchedWayPoint.
setY(int) - Method in class com.ptvag.navigation.sdk.Position
Sets the latitude of the mercator position.
setY(int) - Method in class com.ptvag.navigation.sdk.SVPWayPoint
Sets the latitude of the mercator SVPWayPoint.
setY(int) - Method in class com.ptvag.navigation.sdk.WayPoint
Sets the latitude of the mercator WayPoint.
setZoneLength(int) - Method in class com.ptvag.navigation.sdk.POIWarnerInfo
 
setZoneType(int) - Method in class com.ptvag.navigation.sdk.POIWarnerInfo
 
shader - Variable in class com.ptvag.navigation.sdk.OpalRenderer
 
showPOILayer(int, boolean) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Interface to activate/deactivate POI layers for rendering within the map.
SignPostInfo - Class in com.ptvag.navigation.sdk
 
SignPostInfo() - Constructor for class com.ptvag.navigation.sdk.SignPostInfo
Constructor
SignPostInfo(long, boolean) - Constructor for class com.ptvag.navigation.sdk.SignPostInfo
Only for internal use - don't try to call this from Java.
SignPostInfo(long, NativeObject) - Constructor for class com.ptvag.navigation.sdk.SignPostInfo
 
SimpleOnDragGestureListener() - Constructor for class com.ptvag.navigation.sdk.view.DragGestureDetector.SimpleOnDragGestureListener
 
SimpleOnMultiFingerTapGestureListener() - Constructor for class com.ptvag.navigation.sdk.view.MultiFingerTapGestureDetector.SimpleOnMultiFingerTapGestureListener
 
SimpleOnRotateGestureListener() - Constructor for class com.ptvag.navigation.sdk.view.RotateGestureDetector.SimpleOnRotateGestureListener
 
SimpleOnScaleGestureListener() - Constructor for class com.ptvag.navigation.sdk.compatibility.ScaleGestureDetector.SimpleOnScaleGestureListener
 
size - Variable in class com.ptvag.navigation.sdk.BaseSearchResults
 
size() - Method in class com.ptvag.navigation.sdk.BaseSearchResults
 
size() - Method in class com.ptvag.navigation.sdk.NativeArray
 
skipCurrentTarget() - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Skip the current target Sometimes the current target (stop over point) can not be reached or the client decides to go already to the next stop over point.
StringRetriever - Class in com.ptvag.navigation.sdk
 
StringRetriever() - Constructor for class com.ptvag.navigation.sdk.StringRetriever
 
surfaceDestroyed(SurfaceHolder) - Method in class com.ptvag.navigation.sdk.MapView
 
surfaceReady - Variable in class com.ptvag.navigation.sdk.MapView
 
SVPWayPoint - Class in com.ptvag.navigation.sdk
Specifies a waypoint the user defines as input to an svp route request in Mercator format
SVPWayPoint(int, int, short, short) - Constructor for class com.ptvag.navigation.sdk.SVPWayPoint
Constructor
SVPWayPoint(int, int, int) - Constructor for class com.ptvag.navigation.sdk.SVPWayPoint
Constructor
SVPWayPoint(WayPoint) - Constructor for class com.ptvag.navigation.sdk.SVPWayPoint
 
SVPWayPoint(WayPoint, int) - Constructor for class com.ptvag.navigation.sdk.SVPWayPoint
 
SVPWayPoint() - Constructor for class com.ptvag.navigation.sdk.SVPWayPoint
Constructor
SVPWayPoint(SVPWayPoint) - Constructor for class com.ptvag.navigation.sdk.SVPWayPoint
Constructor
SVPWayPoint(long, boolean) - Constructor for class com.ptvag.navigation.sdk.SVPWayPoint
Only for internal use - don't try to call this from Java.
SVPWayPoint(long, NativeObject) - Constructor for class com.ptvag.navigation.sdk.SVPWayPoint
 
SVPWayPointArray - Class in com.ptvag.navigation.sdk
Specifies an object, the guarantees, that the native C++-SVPWaypoints are lying in memory in following spaces.
SVPWayPointArray(int) - Constructor for class com.ptvag.navigation.sdk.SVPWayPointArray
 
SVPWayPointArray(long, boolean) - Constructor for class com.ptvag.navigation.sdk.SVPWayPointArray
 

T

TargetDescription - Class in com.ptvag.navigation.sdk
Details about navigation targets supplied via SDKLoadRoute()
TargetDescription() - Constructor for class com.ptvag.navigation.sdk.TargetDescription
Constructor
TargetDescription(long, boolean) - Constructor for class com.ptvag.navigation.sdk.TargetDescription
Only for internal use - don't try to call this from Java.
TEST_DATA_PATH - Static variable in class com.ptvag.navigation.sdk.BuildConfig
 
textures - Variable in class com.ptvag.navigation.sdk.OpalRenderer
 
TextureShader - Class in com.ptvag.navigation.sdk
 
TextureShader() - Constructor for class com.ptvag.navigation.sdk.TextureShader
 
to565() - Method in class com.ptvag.navigation.sdk.Color
 
toBGR() - Method in class com.ptvag.navigation.sdk.Color
 
toGeoPosition() - Method in class com.ptvag.navigation.sdk.Position
Converts the mercator position to a geodez position
TollInformation - Class in com.ptvag.navigation.sdk
Toll and ecotaxe information.
TollInformation() - Constructor for class com.ptvag.navigation.sdk.TollInformation
Constructor
TollInformation(long, boolean) - Constructor for class com.ptvag.navigation.sdk.TollInformation
Only for internal use - don't try to call this from Java.
TollInformation(long, NativeObject) - Constructor for class com.ptvag.navigation.sdk.TollInformation
 
toPosition() - Method in class com.ptvag.navigation.sdk.GeoPosition
Converts the geodez position to a mercator position
toString() - Method in class com.ptvag.navigation.sdk.Address
 
toString() - Method in class com.ptvag.navigation.sdk.BaseSearchResults
 
toString() - Method in class com.ptvag.navigation.sdk.CalculateTourResult
 
toString() - Method in class com.ptvag.navigation.sdk.GeoCodeResult
 
toString() - Method in class com.ptvag.navigation.sdk.GeoPosition
 
toString() - Method in class com.ptvag.navigation.sdk.GPSData
 
toString() - Method in class com.ptvag.navigation.sdk.MatchedWayPoint
 
toString() - Method in class com.ptvag.navigation.sdk.NativeArray
 
toString() - Method in class com.ptvag.navigation.sdk.POISearchResult
 
toString() - Method in class com.ptvag.navigation.sdk.POIWarnerInfo
 
toString() - Method in class com.ptvag.navigation.sdk.Position
 
toString() - Method in class com.ptvag.navigation.sdk.SearchRequest
 
toString() - Method in class com.ptvag.navigation.sdk.SearchResult
 
toString() - Method in class com.ptvag.navigation.sdk.SVPWayPoint
 
toString() - Method in class com.ptvag.navigation.sdk.WayPoint
 
Tour - Class in com.ptvag.navigation.sdk
 
Tour(WayPoint) - Constructor for class com.ptvag.navigation.sdk.Tour
 
Tour(File) - Constructor for class com.ptvag.navigation.sdk.Tour
 
Tour(String) - Constructor for class com.ptvag.navigation.sdk.Tour
 
Trace - Class in com.ptvag.navigation.sdk
Holds the trace of a route.
Trace() - Constructor for class com.ptvag.navigation.sdk.Trace
Constructor
Trace(NativeArray<Position>) - Constructor for class com.ptvag.navigation.sdk.Trace
 
Trace(long, boolean) - Constructor for class com.ptvag.navigation.sdk.Trace
Only for internal use - don't try to call this from Java.
Trace(long, NativeObject) - Constructor for class com.ptvag.navigation.sdk.Trace
 
TraceColor - Class in com.ptvag.navigation.sdk
Trace color information information.
TraceColor() - Constructor for class com.ptvag.navigation.sdk.TraceColor
Constructor
TraceColor(long, boolean) - Constructor for class com.ptvag.navigation.sdk.TraceColor
Only for internal use - don't try to call this from Java.
TraceColor(long, NativeObject) - Constructor for class com.ptvag.navigation.sdk.TraceColor
 
TraceExt - Class in com.ptvag.navigation.sdk
Holds the trace of a route.
TraceExt() - Constructor for class com.ptvag.navigation.sdk.TraceExt
Constructor
TraceExt(long, boolean) - Constructor for class com.ptvag.navigation.sdk.TraceExt
Only for internal use - don't try to call this from Java.
TraceExt(long, NativeObject) - Constructor for class com.ptvag.navigation.sdk.TraceExt
 
trackingMode(boolean, int, int) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
Start tracking mode The tracking mode should be used if there is no need for navigation any longer.
TrafficResults - Class in com.ptvag.navigation.sdk
 
TrafficResults(long, boolean) - Constructor for class com.ptvag.navigation.sdk.TrafficResults
Only for internal use - don't try to call this from Java.
TrafficSearchResult - Class in com.ptvag.navigation.sdk
Specifies a real-world position in Mercator format.
TrafficSearchResult() - Constructor for class com.ptvag.navigation.sdk.TrafficSearchResult
Constructor
TrafficSearchResult(long, boolean) - Constructor for class com.ptvag.navigation.sdk.TrafficSearchResult
Only for internal use - don't try to call this from Java.
TrafficSearchResult(long, NativeObject) - Constructor for class com.ptvag.navigation.sdk.TrafficSearchResult
 
TrafficSearchResult.SimplifiedCategory - Enum in com.ptvag.navigation.sdk
 
transformCoordinates(CoordinateSystem, Position, CoordinateSystem) - Method in class com.ptvag.navigation.sdk.MapView
Transforms coordinates from source format to the specified destination format
transformCountryCodeToPtvCode(CountryCodeFormat, String) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
 
transformPtvCodeToCountryCode(CountryCodeFormat, int) - Static method in class com.ptvag.navigation.sdk.NavigationSDK
 
translateMapByPixelPos(int, int, int, int) - Method in class com.ptvag.navigation.sdk.MapView
Translate the map by the given screen coordinates
TruckWarnings - Class in com.ptvag.navigation.sdk
Warnings (not only) for truck drivers.
TruckWarnings() - Constructor for class com.ptvag.navigation.sdk.TruckWarnings
Constructor
TruckWarnings(long, boolean) - Constructor for class com.ptvag.navigation.sdk.TruckWarnings
Only for internal use - don't try to call this from Java.
TruckWarnings(long, NativeObject) - Constructor for class com.ptvag.navigation.sdk.TruckWarnings
 

U

updatable - Static variable in class com.ptvag.navigation.sdk.MapView
 
update() - Method in class com.ptvag.navigation.sdk.MapView
 
useNewRenderer() - Method in class com.ptvag.navigation.sdk.MapView
 

V

valueOf(String) - Static method in enum com.ptvag.navigation.sdk.BuddyAlertType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ptvag.navigation.sdk.CoordinateSystem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ptvag.navigation.sdk.CountryCodeFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ptvag.navigation.sdk.CrossingViewMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ptvag.navigation.sdk.GuidanceKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ptvag.navigation.sdk.JunctionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ptvag.navigation.sdk.ManeuverArrow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ptvag.navigation.sdk.ManeuverDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ptvag.navigation.sdk.ManeuverType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ptvag.navigation.sdk.ManeuverWeight
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ptvag.navigation.sdk.MapView.MapMarkerStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ptvag.navigation.sdk.NavigationSDK.UnitCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ptvag.navigation.sdk.POISearchKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ptvag.navigation.sdk.ReRouteMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ptvag.navigation.sdk.ReRouteStrategyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ptvag.navigation.sdk.RouteCalculationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ptvag.navigation.sdk.RoutingVehicleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ptvag.navigation.sdk.SDKErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ptvag.navigation.sdk.SearchKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ptvag.navigation.sdk.TrafficSearchResult.SimplifiedCategory
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ptvag.navigation.sdk.BuddyAlertType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ptvag.navigation.sdk.CoordinateSystem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ptvag.navigation.sdk.CountryCodeFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ptvag.navigation.sdk.CrossingViewMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ptvag.navigation.sdk.GuidanceKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ptvag.navigation.sdk.JunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ptvag.navigation.sdk.ManeuverArrow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ptvag.navigation.sdk.ManeuverDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ptvag.navigation.sdk.ManeuverType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ptvag.navigation.sdk.ManeuverWeight
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ptvag.navigation.sdk.MapView.MapMarkerStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ptvag.navigation.sdk.NavigationSDK.UnitCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ptvag.navigation.sdk.POISearchKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ptvag.navigation.sdk.ReRouteMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ptvag.navigation.sdk.ReRouteStrategyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ptvag.navigation.sdk.RouteCalculationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ptvag.navigation.sdk.RoutingVehicleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ptvag.navigation.sdk.SDKErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ptvag.navigation.sdk.SearchKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ptvag.navigation.sdk.TrafficSearchResult.SimplifiedCategory
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_CODE - Static variable in class com.ptvag.navigation.sdk.BuildConfig
 
VERSION_NAME - Static variable in class com.ptvag.navigation.sdk.BuildConfig
 

W

WayPoint - Class in com.ptvag.navigation.sdk
Specifies a real-world WayPoint in Mercator format.
WayPoint(int, int, short) - Constructor for class com.ptvag.navigation.sdk.WayPoint
Constructor
WayPoint(int, int) - Constructor for class com.ptvag.navigation.sdk.WayPoint
Constructor
WayPoint(Position) - Constructor for class com.ptvag.navigation.sdk.WayPoint
Constructor
WayPoint(GeoPosition) - Constructor for class com.ptvag.navigation.sdk.WayPoint
Constructor
WayPoint(Position, short) - Constructor for class com.ptvag.navigation.sdk.WayPoint
Constructor
WayPoint(GeoPosition, short) - Constructor for class com.ptvag.navigation.sdk.WayPoint
Constructor
WayPoint(GPSData) - Constructor for class com.ptvag.navigation.sdk.WayPoint
 
WayPoint() - Constructor for class com.ptvag.navigation.sdk.WayPoint
Constructor
WayPoint(WayPoint) - Constructor for class com.ptvag.navigation.sdk.WayPoint
Constructor
WayPoint(long, boolean) - Constructor for class com.ptvag.navigation.sdk.WayPoint
Only for internal use - don't try to call this from Java.
WayPoint(long, NativeObject) - Constructor for class com.ptvag.navigation.sdk.WayPoint
 
WayPointArray - Class in com.ptvag.navigation.sdk
Specifies an object, the guarantees, that the native C++-WayPoints are lying in memory in following spaces.
WayPointArray(int) - Constructor for class com.ptvag.navigation.sdk.WayPointArray
 
WayPointArray(long, boolean) - Constructor for class com.ptvag.navigation.sdk.WayPointArray
 
width - Variable in class com.ptvag.navigation.sdk.GLRenderer
 
width - Variable in class com.ptvag.navigation.sdk.OpalRenderer
 
writeToParcel(Parcel, int) - Method in class com.ptvag.navigation.sdk.Position
 
writeToParcel(Parcel, int) - Method in class com.ptvag.navigation.sdk.SearchResult
 

Z

zoom2Route() - Method in class com.ptvag.navigation.sdk.MapView
zoom to the current route trace
zoom2Route(int, int, int) - Method in class com.ptvag.navigation.sdk.MapView
zoom to the current route trace
zoom2Trace(int, int, int) - Method in class com.ptvag.navigation.sdk.MapView
Calls the zoom to route functionality
A B C D E F G H I J L M N O P R S T U V W Z 
Skip navigation links