Location

Undocumented in source.

Members

Functions

equals
bool equals(Location location)

Indicates whether some other location is "equal to" this one.

Static functions

getByCoordinates
Location getByCoordinates(double latitude, double longitude)

Constructs a new location instance by given latitude and longitude.

getById
Location getById(int id)

Constructs a new location instance by given id.

getByName
Location getByName(string name, string country)

Constructs a new location instance by given name and country.

getByZip
Location getByZip(string zip, string country)

Constructs a new location instance by given zip and country.

Variables

country
string country;
Undocumented in source.
id
int id;
Undocumented in source.
latitude
double latitude;
Undocumented in source.
longitude
double longitude;
Undocumented in source.
name
string name;
Undocumented in source.
type
LocationType type;
Undocumented in source.
zip
string zip;
Undocumented in source.

Meta