class Geocoder::Result::Geoapify

def bounds

See: https://tools.ietf.org/html/rfc7946#section-5
def bounds
  data['bbox']
end