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. |
Interface for an object which will be used to create a navigation: set of turn-by-turn instructions to go from A to B.
virtual void VgMyNavigationCreator::createNavigation | ( | VgNavigationModule::VgINavigationRequestParameters & | pParameters ) | [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.