ModelMapObjectOptions class

Параметры модели.

Constructors

ModelMapObjectOptions({required GeoPointWithElevation position, required ModelData? data, required ModelSize size, MapDirection? mapDirection = null, Opacity opacity = const Opacity(1), bool visible = true, Object? userData = const {}, LevelId? levelId = null})
const

Properties

data ModelData?
Данные.
final
hashCode int
The hash code for this object.
no setteroverride
levelId LevelId?
Привязка к поэтажному плану здания.
final
mapDirection MapDirection?
Угол поворота модели на карте относительно направления на север, по часовой стрелке.
final
opacity Opacity
Прозрачность.
final
position GeoPointWithElevation
Местоположение.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size ModelSize
Целевая ширина, используемая для масштабирования.
final
userData Object?
Пользовательские данные.
final
visible bool
Видимость.
final

Methods

copyWith({GeoPointWithElevation? position, Optional<ModelData?>? data, ModelSize? size, Optional<MapDirection?>? mapDirection, Opacity? opacity, bool? visible, Optional<Object?>? userData, Optional<LevelId?>? levelId}) ModelMapObjectOptions
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