#include <LocationDescriptionService.h>
Description of a location based on the GeoCoord of that location.
◆ LocationAtPlaceDescription() [1/2]
osmscout::LocationAtPlaceDescription::LocationAtPlaceDescription |
( |
const Place & |
place | ) |
|
|
explicit |
◆ LocationAtPlaceDescription() [2/2]
osmscout::LocationAtPlaceDescription::LocationAtPlaceDescription |
( |
const Place & |
place, |
|
|
const Distance & |
distance, |
|
|
const Bearing & |
bearing |
|
) |
| |
◆ GetBearing()
Bearing osmscout::LocationAtPlaceDescription::GetBearing |
( |
| ) |
const |
|
inline |
Return the bearing you have to go to from the place for 'distance' to reach the location.
◆ GetDistance()
Distance osmscout::LocationAtPlaceDescription::GetDistance |
( |
| ) |
const |
|
inline |
Return the distance to the location.
◆ GetPlace()
Place osmscout::LocationAtPlaceDescription::GetPlace |
( |
| ) |
const |
|
inline |
Return the place this information is refering to.
◆ IsAtPlace()
bool osmscout::LocationAtPlaceDescription::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: