NavigableLocation (API Reference)
Package com.here.sdk.navigation
Class NavigableLocation
java.lang.Object
com.here.sdk.navigation.NavigableLocation
Contains all the relevant information on the current location.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe map-matched location on a road.The original location that was passed in viaLocationListener. -
Constructor Summary
ConstructorsConstructorDescriptionNavigableLocation(Location originalLocation, MapMatchedLocation mapMatchedLocation) Creates a new instance. -
Method Summary
-
Field Details
-
originalLocation
The original location that was passed in via
LocationListener. -
mapMatchedLocation
The map-matched location on a road. It is calculated from the passed in
originalLocation.
-
-
Constructor Details
-
Method Details