CircleOptions class

Параметры для создания геометрического объекта карты типа "Окружность".

Constructors

CircleOptions({required GeoPoint position, required Meter radius, Color color = const Color(), LogicalPixel strokeWidth = const LogicalPixel(0), Color strokeColor = const Color(), DashedStrokeCircleOptions? dashedStrokeOptions = null, bool visible = true, Object? userData = const {}, ZIndex zIndex = const ZIndex(0), LevelId? levelId = null})
const

Properties

color Color
Цвет заливки.
final
dashedStrokeOptions DashedStrokeCircleOptions?
Параметры пунктирной границы.
final
hashCode int
The hash code for this object.
no setteroverride
levelId LevelId?
Привязка к поэтажному плану здания.
final
position GeoPoint
Географическая позиция.
final
radius Meter
Радиус в метрах.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeColor Color
Цвет линии границы окружности.
final
strokeWidth LogicalPixel
Ширина линии границы окружности.
final
userData Object?
Пользовательские данные (не используются внутри SDK, нужны только для пользователя API).
final
visible bool
Флаг видимости.
final
zIndex ZIndex
Уровень отрисовки объекта.
final

Methods

copyWith({GeoPoint? position, Meter? radius, Color? color, LogicalPixel? strokeWidth, Color? strokeColor, Optional<DashedStrokeCircleOptions?>? dashedStrokeOptions, bool? visible, Optional<Object?>? userData, ZIndex? zIndex, Optional<LevelId?>? levelId}) CircleOptions
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