Class GeoLocation

Class Documentation

class GeoLocation

Data structure representing a Geo-spatial location, handling lonitude and latitude, with a validation function.

Public Functions

inline GeoLocation()
inline GeoLocation(double InLongitude, double InLatitude)
bool IsValid() const

Validates if the set data for longitude and latitude is a valid location.

Returns

a boolean represnting validity of the location.

bool operator==(const GeoLocation &Other) const
bool operator!=(const GeoLocation &Other) const

Public Members

double Longitude
double Latitude