MapFeatureReader constructor

MapFeatureReader({
  1. String? labelKey,
  2. Set<String>? keys,
  3. Set<String>? parseToNumber,
  4. String? colorKey,
  5. ColorValueFormat colorValueFormat = ColorValueFormat.hex,
})

Implementation

MapFeatureReader(
    {this.labelKey,
    this.keys,
    this.parseToNumber,
    this.colorKey,
    this.colorValueFormat = ColorValueFormat.hex});