getNearestChanges method

Future<List<OsmChange>> getNearestChanges(
  1. LatLngBounds bounds, {
  2. int maxCount = 200,
  3. bool filter = true,
})

Implementation

Future<List<OsmChange>> getNearestChanges(LatLngBounds bounds,
    {int maxCount = 200, bool filter = true}) async => [];