VisioDevKit-Sample
v2.0
|
Interface for an object which will be used to create a navigation: set of turn-by-turn instructions to go from A to B. More...
Public Member Functions | |
virtual void | createNavigation (VgNavigationModule::VgINavigationRequestParameters &pParameters)=0 |
This method requests that a navigation object is computed. More... | |
Interface for an object which will be used to create a navigation: set of turn-by-turn instructions to go from A to B.
|
pure virtual |
This method requests that a navigation object is computed.
pParameters | All the parameters required for the object to create a compute a VgINavigation. |
Implemented in VgMyNavigationHelper.