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

contains
bool contains(double latitude, double longitude)

Meta