PointGeometryData class final
Данные геометрии точечного объекта.
Constructors
Properties
- asGeoPoint → GeoPoint?
-
no setter
- asGeoPointWithElevation → GeoPointWithElevation?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- isGeoPoint → bool
-
no setter
- isGeoPointWithElevation → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
match<
T> ({required T geoPoint(GeoPoint value), required T geoPointWithElevation(GeoPointWithElevation value)}) → T -
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 ==(
Object other) → bool -
The equality operator.
override