OpenLocationCode.decode

Decodes this object into a OpenLocationCodeArea object encapsulating latitude/longitude bounding box. This method doesn't allocate when not throwing an exception.

  1. OpenLocationCodeArea decode()
    struct OpenLocationCode
    pure
    decode
    const
    (
    )
  2. OpenLocationCodeArea decode(string code)

Return Value

A OpenLocationCodeArea object.

Throws

OLCFormatException if this is not a valid full code.

Meta