Function decode

Source
pub fn decode(_code: &str) -> Result<CodeArea, String>
Expand description

Decodes an Open Location Code into the location coordinates.

Returns a CodeArea object that includes the coordinates of the bounding box - the lower left, center and upper right.