OpenLocationCode.containsTrustedFull

Returns whether the bounding box specified by the Open Location Code contains provided point.

* Params: latitude = Latitude degrees. longitude = Longitude degrees.

struct OpenLocationCode
pure
bool
containsTrustedFull
const nothrow @nogc @safe
(
double latitude
,
double longitude
)

Return Value

Type: bool

true if the coordinates are contained by the code.

Meta