FeatureCollectionProperties<T extends Object> class

Represents a set of properties for customizing the appearance of GeoJSON feature collections.

Constructors

FeatureCollectionProperties({MarkerProperties markerProperties = const MarkerProperties(), required PolylineProperties<T>? polylineProperts, required PolygonProperties<T>? polygonProperts})
Creates a new instance of FeatureCollectionProperties with optional properties.

Properties

hashCode int
The hash code for this object.
no setteroverride
markerProperties MarkerProperties
The properties for customizing markers.
final
polygonProperties PolygonProperties<T>
The properties for customizing polygons.
getter/setter pair
polylineProperties PolylineProperties<T>
The properties for customizing polylines.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({MarkerProperties? markerProperties, PolylineProperties<T>? polylineProperties, PolygonProperties<T>? polygonProperties}) FeatureCollectionProperties<T>
Creates a new FeatureCollectionProperties instance with updated properties.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant FeatureCollectionProperties<T> other) bool
The equality operator.
override