GeojsonSourceProperties constructor

const GeojsonSourceProperties({
  1. Object? data,
  2. double? maxzoom = 18,
  3. String? attribution,
  4. double? buffer = 128,
  5. double? tolerance = 0.375,
  6. bool? cluster = false,
  7. double? clusterRadius = 50,
  8. double? clusterMaxZoom,
  9. Object? clusterProperties,
  10. bool? lineMetrics = false,
  11. bool? generateId = false,
  12. String? promoteId,
})

Implementation

const GeojsonSourceProperties({
  this.data,
  this.maxzoom = 18,
  this.attribution,
  this.buffer = 128,
  this.tolerance = 0.375,
  this.cluster = false,
  this.clusterRadius = 50,
  this.clusterMaxZoom,
  this.clusterProperties,
  this.lineMetrics = false,
  this.generateId = false,
  this.promoteId,
});