LocationQuery constructor
- DateTime? from,
- DateTime? to,
- double? minAccuracy,
- double? maxAccuracy,
- bool? isMoving,
- LocationBounds? bounds,
- int? limit,
- int offset = 0,
- LocationSortOrder sortOrder = LocationSortOrder.newestFirst,
Creates a location query.
Implementation
const LocationQuery({
this.from,
this.to,
this.minAccuracy,
this.maxAccuracy,
this.isMoving,
this.bounds,
this.limit,
this.offset = 0,
this.sortOrder = LocationSortOrder.newestFirst,
});