#include <geo.h>
Public Methods | |
| Geo () | |
| Geo (float latitude, float longitude) | |
| void | setLatitude (float) |
| float | latitude () const |
| void | setLongitude (float) |
| float | longitude () const |
| bool | isValid () const |
| QString | asString () const |
This class represents a geographic position.
Definition at line 33 of file geo.h.
|
|
Construct invalid geographics position object. |
|
||||||||||||
|
Construct geographics position object.
|
|
|
Returns string representation of geographical position. |
|
|
Returns, if this object contains a valid geographical position. |
|
|
Returns the latitude. |
|
|
Returns the longitude. |
|
|
Sets the latitude. |
|
|
Sets the longitude. |
1.2.18