libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
osmscout::LocationAtPlaceDescription Class Referencefinal

#include <LocationDescriptionService.h>

Public Member Functions

Bearing GetBearing () const
 Return the bearing you have to go to from the place for 'distance' to reach the location. More...
 
Distance GetDistance () const
 Return the distance to the location. More...
 
Place GetPlace () const
 Return the place this information is refering to. More...
 
bool IsAtPlace () const
 'true' if the location is at the place itself (in spite of 'close to...') More...
 
 LocationAtPlaceDescription (const Place &place)
 
 LocationAtPlaceDescription (const Place &place, const Distance &distance, const Bearing &bearing)
 

Detailed Description

Description of a location based on the GeoCoord of that location.

Constructor & Destructor Documentation

◆ 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 
)

Member Function Documentation

◆ 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: