OpenLocationCode.fromTrustedString

Creates Open Location Code object for the provided code performing no validation. This should call isValidCode before and abort if not valid.

struct OpenLocationCode
pure static nothrow @nogc
fromTrustedString
(
string code
)

Parameters

code string

A valid OLC code. Can be a full code or a shortened code.

Meta