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()
  2. OpenLocationCodeArea decode(string code)
    struct OpenLocationCode
    pure static
    decode
    (
    string code
    )

Return Value

A OpenLocationCodeArea object.

Throws

OLCFormatException if this is not a valid full code.

Meta