|
VisioMove SDK (Android)
2.1.22
|

Public Member Functions | |
| void | swigReleaseOwnership () |
| void | swigTakeOwnership () |
| void | notifyRouteComputed (VgRouteRequestStatus pStatus, VgIRouteRefPtr pRoute) |
Public Member Functions inherited from VgReferenced | |
| synchronized void | release () |
| VgReferenced () | |
| VgReferenced (VgReferenced pThis) | |
| void | ref () |
| int | unref () |
| int | getNbReferences () |
VgIRouteCallback provides an interface for the route solver to communicate with the route requester.
| void VgIRouteCallback.notifyRouteComputed | ( | VgRouteRequestStatus | pStatus, |
| VgIRouteRefPtr | pRoute | ||
| ) |
Informs requester that a route has been computed.
| pStatus | Indicating the status of the result |
| pRoute | Containing the newly calculated route, or NULL if pStatus returns anthing other then eSuccess. |
| void VgIRouteCallback.swigReleaseOwnership | ( | ) |
| void VgIRouteCallback.swigTakeOwnership | ( | ) |