PolylineOptions class
Параметры полилинии.
Constructors
-
PolylineOptions({required List<
GeoPoint> points, LogicalPixel width = const LogicalPixel(1), Color color = const Color(), double erasedPart = 0, DashedPolylineOptions? dashedPolylineOptions = null, GradientPolylineOptions? gradientPolylineOptions = null, bool visible = true, Object? userData = const {}, ZIndex zIndex = const ZIndex(0), LevelId? levelId = null}) -
const
Properties
- color → Color
-
Основной цвет полилинии.
final
- dashedPolylineOptions → DashedPolylineOptions?
-
Параметры пунктирной полилинии.
final
- erasedPart → double
-
Доля стёртой части полилинии, должна быть в диапазоне
0; 1
final - gradientPolylineOptions → GradientPolylineOptions?
-
Параметры градиентной полилинии.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- levelId → LevelId?
-
Привязка к поэтажному плану здания.
final
-
points
→ List<
GeoPoint> -
Точки полилинии.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userData → Object?
-
Пользовательские данные.
final
- visible → bool
-
Видимость полилинии.
final
- width → LogicalPixel
-
Ширина полилинии.
final
- zIndex → ZIndex
-
Уровень отрисовки объекта.
final
Methods
-
copyWith(
{List< GeoPoint> ? points, LogicalPixel? width, Color? color, double? erasedPart, Optional<DashedPolylineOptions?> ? dashedPolylineOptions, Optional<GradientPolylineOptions?> ? gradientPolylineOptions, bool? visible, Optional<Object?> ? userData, ZIndex? zIndex, Optional<LevelId?> ? levelId}) → PolylineOptions -
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