Type class

Constructors

Type()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

lineString → const String
For type "LineString", the "coordinates" member is an array of two or more positions.
multiLineString → const String
For type "MultiLineString", the "coordinates" member is an array of LineString coordinate arrays.
multiPoint → const String
For type "MultiPoint", the "coordinates" member is an array of positions
multiPolygon → const String
For type "MultiPolygon", the "coordinates" member is an array of Polygon coordinate arrays.
point → const String
For type "Point", the "coordinates" member is a single position.
polygon → const String
For type "Polygon", the "coordinates" member MUST be an array of linear ring coordinate arrays.