VisioMove-Sample
2.1.3
|
Displays a path of a given instruction on the map. More...
Public Member Functions | |
VgMyInstructionPathDisplay (VgApplication::VgIApplication *pVgApplication) | |
virtual | ~VgMyInstructionPathDisplay () |
void | updateWithInstruction (VgEngine::VgConstRefPtr< VgNavigationModule::VgINavigation > const &pNavigation, unsigned int pIndex) |
Implementation of interface : VgMyInstructionDisplay. More... | |
void | clear () |
Clears the content. More... | |
void | show () |
Declaration from interface : VgMyDisplayable. More... | |
void | hide () |
Hides this Object. More... | |
bool | isVisible () |
Protected Attributes | |
VgApplication::VgIApplication * | mVgApplication |
VgEngine::VgConstRefPtr < VgNavigationModule::VgINavigationInstruction > | mInstruction |
VgEngine::VgRefPtr < Vg3DModule::VgLine > | mLine |
Displays a path of a given instruction on the map.
This is a DEMO/DEBUGGING class but it could be used to highlight a part of a route.
VgMyInstructionPathDisplay::VgMyInstructionPathDisplay | ( | VgApplication::VgIApplication * | pVgApplication | ) |
|
virtual |
|
virtual |
Clears the content.
Implements VgMyInstructionDisplay.
|
virtual |
|
virtual |
Implements VgMyInstructionDisplay.
|
virtual |
Declaration from interface : VgMyDisplayable.
Implements VgMyInstructionDisplay.
|
virtual |
Implementation of interface : VgMyInstructionDisplay.
IMPLEMENTATION TIPS : You can customize the line here
Implements VgMyInstructionDisplay.
|
protected |
|
protected |
|
protected |