Point class
Point, as specified here https://tools.ietf.org/html/rfc7946#section-3.1.2
- Inheritance
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
Properties
- bbox ↔ BBox?
-
getter/setter pairinherited
- coordinates ↔ Position
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → GeoJSONObjectType
-
finalinherited
Methods
-
clone(
) → Point -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
Map< String, dynamic> map) → Map<String, dynamic> -
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override