isFullCode

Returns if the code is a valid full Open Location Code.

@safe pure
bool
isFullCode
(
string code
)

Parameters

code string

The code to check.

Return Value

Type: bool

True if it is a valid full code.

Meta