PolygonOptions class

Параметры полигона.

Constructors

PolygonOptions({required List<List<GeoPoint>> contours, Color color = const Color(), LogicalPixel strokeWidth = const LogicalPixel(0), Color strokeColor = const Color(), bool visible = true, Object? userData = const {}, ZIndex zIndex = const ZIndex(0), LevelId? levelId = null})
const

Properties

color Color
final
contours List<List<GeoPoint>>
final
hashCode int
The hash code for this object.
no setteroverride
levelId LevelId?
Привязка к поэтажному плану здания.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeColor Color
final
strokeWidth LogicalPixel
final
userData Object?
final
visible bool
final
zIndex ZIndex
Уровень отрисовки объекта.
final

Methods

copyWith({List<List<GeoPoint>>? contours, Color? color, LogicalPixel? strokeWidth, Color? strokeColor, bool? visible, Optional<Object?>? userData, ZIndex? zIndex, Optional<LevelId?>? levelId}) PolygonOptions
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