PLocation Class Reference
Detailed Description
Definition at line 28 of file PLocation.h.
#include <PLocation.h>
Constructor & Destructor Documentation
◆ PLocation() [1/2]
PLocation::PLocation | ( | ) |
Constructs an empty collection of subjects.
◆ PLocation() [2/2]
PLocation::PLocation | ( | const PLocation & | other | ) |
Constructs a shallow copy.
◆ ~PLocation()
|
override |
Destroys this object.
Member Function Documentation
◆ GetLatitude()
double PLocation::GetLatitude | ( | ) | const |
Returns the latitude in degrees.
◆ GetLongitude()
double PLocation::GetLongitude | ( | ) | const |
Returns the longitude in degrees.
◆ SetLatitude()
void PLocation::SetLatitude | ( | double | latitude | ) |
Sets the latitude in degrees.
◆ SetLongitude()
void PLocation::SetLongitude | ( | double | longitude | ) |
Sets the longitude in degrees.
Friends And Related Function Documentation
◆ PLocationImpl
|
friend |
Definition at line 66 of file PLocation.h.