|
VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
| VgINavigationConstRefPtr () | |
| VgINavigationConstRefPtr (VgINavigation pPointer) | |
| VgINavigationConstRefPtr (VgINavigationConstRefPtr pConstRefPtr) | |
| VgINavigationConstRefPtr | set (VgINavigation pPointer) |
| VgINavigation | __ref__ () |
| VgINavigation | __deref__ () |
| VgINavigation | get () |
| boolean | isValid () |
| VgINavigationInstructionConstRefPtr | getInstruction (long pIndex) |
| long | getNumInstructions () |
| VgPosition | getCurrentPosition () |
| long | getCurrentInstructionIndex () |
| VgPosition | getClosestPositionOnRoute () |
| double | getDistanceFromRoute () |
| long | getCurrentInstructionClosestPositionNextSubIndex () |
| double | getInstructionGeofenceDistance () |
| VgINavigationRequestParameters | getRequestParameters () |
| void | ref () |
| int | unref () |
| int | getNbReferences () |
Static Public Member Functions | |
| static VgINavigationConstRefPtr | getNull () |
VgINavigation represents a Navigation object
| VgINavigationConstRefPtr.VgINavigationConstRefPtr | ( | ) |
| VgINavigationConstRefPtr.VgINavigationConstRefPtr | ( | VgINavigation | pPointer | ) |
| VgINavigationConstRefPtr.VgINavigationConstRefPtr | ( | VgINavigationConstRefPtr | pConstRefPtr | ) |
| VgINavigation VgINavigationConstRefPtr.__deref__ | ( | ) |
| VgINavigation VgINavigationConstRefPtr.__ref__ | ( | ) |
| VgINavigation VgINavigationConstRefPtr.get | ( | ) |
| VgPosition VgINavigationConstRefPtr.getClosestPositionOnRoute | ( | ) |
Calculates the closest position on the route, given the current position ( VgINavigation::getCurrentPosition() ).
| long VgINavigationConstRefPtr.getCurrentInstructionClosestPositionNextSubIndex | ( | ) |
Used to determine where on the current instruction the closest position on route is.
| long VgINavigationConstRefPtr.getCurrentInstructionIndex | ( | ) |
Gets the index of the active instruction. The value will be the same as the last value given by VgINavigationListener::notifyNewInstruction() .
| VgPosition VgINavigationConstRefPtr.getCurrentPosition | ( | ) |
Gets the last position that was notified. This value will be the same as the last value given by VgINavigationListener::notifyPositionUpdated() .
| double VgINavigationConstRefPtr.getDistanceFromRoute | ( | ) |
Gets the distance between current position ( VgINavigation::getCurrentPosition() ) and closest position on route
| VgINavigationInstructionConstRefPtr VgINavigationConstRefPtr.getInstruction | ( | long | pIndex | ) |
Gets a navigation instruction
| pIndex | index of instruction |
| double VgINavigationConstRefPtr.getInstructionGeofenceDistance | ( | ) |
Gets the distance in meters of the threshold when to switch instructions.
| int VgINavigationConstRefPtr.getNbReferences | ( | ) |
|
static |
| long VgINavigationConstRefPtr.getNumInstructions | ( | ) |
Gets the number of navigation instructions
| VgINavigationRequestParameters VgINavigationConstRefPtr.getRequestParameters | ( | ) |
| boolean VgINavigationConstRefPtr.isValid | ( | ) |
| void VgINavigationConstRefPtr.ref | ( | ) |
| VgINavigationConstRefPtr VgINavigationConstRefPtr.set | ( | VgINavigation | pPointer | ) |
| int VgINavigationConstRefPtr.unref | ( | ) |