HgtFileProvider constructor

HgtFileProvider({
  1. required String directoryPath,
  2. int maxEntries = 256,
  3. int columnsPerDegree = 120,
  4. int step = 2,
})

Implementation

HgtFileProvider({required this.directoryPath, this.maxEntries = 256, this.columnsPerDegree = 120, this.step = 2}) : assert(!directoryPath.endsWith("/"));