MapFeatureReader class

MapFeature reader The keys argument defines which properties must be loaded. The parseToNumber argument defines which properties will have numeric values in quotes parsed to numbers.

Inheritance

Constructors

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

Properties

colorKey String?
final
colorValueFormat ColorValueFormat
final
hashCode int
The hash code for this object.
no setterinherited
keys Set<String>?
final
labelKey String?
final
parseToNumber Set<String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(String geojson) Future<List<MapFeature>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited