Geographic Point. More...
#include <GeoPoint.h>
Public Member Functions | |
void | Init (double longitudeValue, double latitudeValue, double elevationValue) |
Initializes a GeoPoint to the specified values. More... | |
Public Attributes | |
double | longitude |
double | latitude |
double | elevation |
Geographic Point.
void Init | ( | double | longitudeValue, |
double | latitudeValue, | ||
double | elevationValue | ||
) |
Initializes a GeoPoint to the specified values.
longitudeValue | The longitude. |
latitudeValue | The latitude. |
elevationValue | The elevation. |
double elevation |
double latitude |
double longitude |