public interface VgMyNavigationCreator
Modifier and Type | Method and Description |
---|---|
void |
createNavigation(VgINavigationRequestParameters pParameters)
This method requests that a navigation object is computed.
|
void |
release()
This method should be called when the activity dies to notify that we
should release/unregister all VisioDevKit objects, and null out as much
references on other objects as possible.
|
void createNavigation(VgINavigationRequestParameters pParameters)
pParameters
- All the parameters required for the object to create
a compute a VgINavigation.void release()