pub fn mgrs_inverse(mgrs: &str) -> Option<BBox>Expand description
Convert MGRS to lat/lon bounding box given an MGRS string
returns an array with left (longitude), bottom (latitude), right (longitude) and top (latitude) values in WGS84, representing the bounding box for the provided MGRS reference.