wattapp/superchargers

Find locations by bounding box

Closed this issue · 1 comments

Given an Array of coordinates find the bounding box [nwLat, nwLng, seLat, seLng]:

{
  locations(boundingBox: [42.02238033615207,-76.4456118,38.88848331958911,-83.4768618]) {
    ...
  }
}

Fixed in 9870eab