GpvQuerier<T extends GpsPoint> constructor

GpvQuerier<T extends GpsPoint>(
  1. GpsPointsCollection<T> _collection,
  2. Int32List _indices
)

Implementation

GpvQuerier(this._collection, this._indices);