Function open_location_code::decode[][src]

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

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.