SearchBound constructor
SearchBound({})
Implementation
SearchBound({
this.lowerLeft,
this.upperRight,
this.center,
this.range,
this.shape,
this.isDistanceSort = true,
this.polyGonList = const [],
});
SearchBound({
this.lowerLeft,
this.upperRight,
this.center,
this.range,
this.shape,
this.isDistanceSort = true,
this.polyGonList = const [],
});