GeoJSONObjectType enum Null safety
Constants
- feature → const GeoJSONObjectType
-
@JsonValue('Feature')
const GeoJSONObjectType(7)
- featureCollection → const GeoJSONObjectType
-
@JsonValue('FeatureCollection')
const GeoJSONObjectType(8)
- geometryCollection → const GeoJSONObjectType
-
@JsonValue('GeometryCollection')
const GeoJSONObjectType(6)
- lineString → const GeoJSONObjectType
-
@JsonValue('LineString')
const GeoJSONObjectType(2)
- multiLineString → const GeoJSONObjectType
-
@JsonValue('MultiLineString')
const GeoJSONObjectType(3)
- multiPoint → const GeoJSONObjectType
-
@JsonValue('MultiPoint')
const GeoJSONObjectType(1)
- multiPolygon → const GeoJSONObjectType
-
@JsonValue('MultiPolygon')
const GeoJSONObjectType(5)
- point → const GeoJSONObjectType
-
@JsonValue('Point')
const GeoJSONObjectType(0)
- polygon → const GeoJSONObjectType
-
@JsonValue('Polygon')
const GeoJSONObjectType(4)
-
values
→ const List<
GeoJSONObjectType> -
A constant List of the values in this enum, in order of their declaration.
const List<
GeoJSONObjectType>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited