VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
void | swigReleaseOwnership () |
void | swigTakeOwnership () |
boolean | notifyNavigationComputed (VgNavigationRequestStatus pStatus, VgINavigationRefPtr pNavigation) |
![]() | |
synchronized void | release () |
VgReferenced () | |
VgReferenced (VgReferenced pThis) | |
void | ref () |
int | unref () |
int | getNbReferences () |
VgINavigationCallback provides an interface for the Navigation Module to communicate with the navigation request.
boolean VgINavigationCallback.notifyNavigationComputed | ( | VgNavigationRequestStatus | pStatus, |
VgINavigationRefPtr | pNavigation | ||
) |
Informs requester that a navigation has been computed.
pStatus | Indicating the status of the result. |
pNavigation | Containing the newly calculated navigation, or NULL if pStatus returns anthing other then eSuccess. |
void VgINavigationCallback.swigReleaseOwnership | ( | ) |
void VgINavigationCallback.swigTakeOwnership | ( | ) |