GeoJsonMultiLine class

A multiline

Inheritance
Annotations
  • @JsonSerializable.new()

Constructors

GeoJsonMultiLine({required MultiLineCoordinates coordinates, String? name, dynamic type})
Default constructor JSON 'type' is intentionally ignored and super is forced to use proper type
GeoJsonMultiLine.fromJson(Map<String, dynamic> json)
factory

Properties

coordinates MultiLineCoordinates
The geometry data
final
hashCode int
The hash code for this object.
no setteroverride
name String?
The name of the line
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type GeoJsonGeometryType
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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