Contains a geographical description of how a place relates to an instruction. More...
Public Attributes | |
std::string | mID |
The id of the near place. | |
double | mDistance |
Distance in meters. | |
double | mAngle |
An angle in degrees with a possible range between -180 and 180. |
Contains a geographical description of how a place relates to an instruction.
An angle in degrees with a possible range between -180 and 180.
An angle of 0 indicates the near place is directly ahead of the instruction (following the instruction's path)
Distance in meters.
std::string VgNavigationModule::VgNearPlace::mID |
The id of the near place.