PublicTransportRouteGeometry class
Геометрия направления маршрута общественного транспорта.
Constructors
- PublicTransportRouteGeometry.new({required PolylineGeometry line, required GeoPoint? centroid})
-
const
Properties
- centroid → GeoPoint?
-
Визуальный центр геометрии объекта.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- line → PolylineGeometry
-
Линия маршрута.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{PolylineGeometry? line, Optional< GeoPoint?> ? centroid}) → PublicTransportRouteGeometry -
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.
override