Polyline class

Ломаная линия на карте.

Inheritance
Implemented types

Constructors

Polyline(PolylineOptions options)
factory

Properties

bounds GeoRect
Прямоугольник минимального размера, содержащий геометрию.
no setterinherited
color Color
getter/setter pair
dashedPolylineOptions DashedPolylineOptions?
Получение параметров пунктирной полилинии.
getter/setter pair
erasedPart double
getter/setter pair
gradientPolylineOptions GradientPolylineOptions?
Получение параметров градиентной полилинии.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
isVisible bool
getter/setter pairinherited
levelId LevelId?
Получение привязки объекта к этажу в здании.
getter/setter pairinherited
points List<GeoPoint>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userData Object?
Произвольные пользовательские данные, прикрепленные к объекту.
getter/setter pairinherited
width LogicalPixel
getter/setter pair
zIndex ZIndex
Получение уровня отрисовки объекта.
getter/setter pairinherited

Methods

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