PolygonOptions class
Параметры полигона.
Constructors
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< ? contours, Color? color, LogicalPixel? strokeWidth, Color? strokeColor, bool? visible, Optional<GeoPoint> >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