OpenLocationCodeArea

Coordinates of a decoded Open Location Code.

The coordinates include the latitude and longitude of the lower left and upper right corners and the center of the bounding box for the area the code represents.

Constructors

this
this(double southLatitude, double westLongitude, double northLatitude, double eastLongitude, int length)

Creats this coordinate area from min/max longitude and latitude and a code length.

Members

Functions

centerLatitude
double centerLatitude()
Undocumented in source. Be warned that the author may not have intended to support it.
centerLongitude
double centerLongitude()
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(double latitude, double longitude)
eastLongitude
double eastLongitude()
Undocumented in source. Be warned that the author may not have intended to support it.
latitudeHeight
double latitudeHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
length
int length()
Undocumented in source. Be warned that the author may not have intended to support it.
longitudeWidth
double longitudeWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
northLatitude
double northLatitude()
Undocumented in source. Be warned that the author may not have intended to support it.
southLatitude
double southLatitude()
Undocumented in source. Be warned that the author may not have intended to support it.
westLongitude
double westLongitude()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta