Description of a location based on a nearby crossing.
More...
#include <LocationDescriptionService.h>
Description of a location based on a nearby crossing.
◆ LocationCrossingDescription() [1/2]
osmscout::LocationCrossingDescription::LocationCrossingDescription |
( |
const GeoCoord & |
crossing, |
|
|
const std::list< Place > & |
ways |
|
) |
| |
◆ LocationCrossingDescription() [2/2]
osmscout::LocationCrossingDescription::LocationCrossingDescription |
( |
const GeoCoord & |
crossing, |
|
|
const std::list< Place > & |
ways, |
|
|
const Distance & |
distance, |
|
|
const Bearing & |
bearing |
|
) |
| |
◆ GetBearing()
Bearing osmscout::LocationCrossingDescription::GetBearing |
( |
| ) |
const |
|
inline |
Return the bearing you have to go to from the place for 'distance' to reach the location.
References bearing.
◆ GetCrossing()
GeoCoord osmscout::LocationCrossingDescription::GetCrossing |
( |
| ) |
const |
|
inline |
◆ GetDistance()
Distance osmscout::LocationCrossingDescription::GetDistance |
( |
| ) |
const |
|
inline |
Return the distance to the location.
◆ GetWays()
std::list< Place > osmscout::LocationCrossingDescription::GetWays |
( |
| ) |
const |
|
inline |
Return the place this information is refering to.
◆ IsAtPlace()
bool osmscout::LocationCrossingDescription::IsAtPlace |
( |
| ) |
const |
|
inline |
'true' if the location is at the place itself (in spite of 'close to...')
The documentation for this class was generated from the following files: