TileRegionLoadOptions constructor

TileRegionLoadOptions({
  1. Map<String?, Object?>? geometry,
  2. List<TilesetDescriptorOptions?>? descriptorsOptions,
  3. Map<String?, Object?>? metadata,
  4. required bool acceptExpired,
  5. required NetworkRestriction networkRestriction,
  6. Point? startLocation,
  7. int? averageBytesPerSecond,
  8. Map<String?, Object?>? extraOptions,
})

Implementation

TileRegionLoadOptions({
  this.geometry,
  this.descriptorsOptions,
  this.metadata,
  required this.acceptExpired,
  required this.networkRestriction,
  this.startLocation,
  this.averageBytesPerSecond,
  this.extraOptions,
});