ModelMapObject class
Модель на карте.
- Inheritance
-
- Object
- MapObject
- SimpleMapObject
- ModelMapObject
- Implemented types
Constructors
- ModelMapObject.new(ModelMapObjectOptions options)
-
factory
Properties
- animationSettings → AnimationSettings
-
Настройки анимации.
no setter
- bounds → GeoRect
-
Прямоугольник минимального размера, содержащий геометрию.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setteroverride
- isVisible ↔ bool
-
getter/setter pairinherited
- levelId ↔ LevelId?
-
Получение привязки объекта к этажу в здании.
getter/setter pairinherited
- mapDirection ↔ MapDirection?
-
Угол поворота модели на карте относительно направления на север, по часовой стрелке.
getter/setter pair
- modelData ↔ ModelData?
-
Данные модели.
getter/setter pair
- opacity ↔ Opacity
-
Прозрачность модели.
getter/setter pair
- position ↔ GeoPointWithElevation
-
Местоположения модели.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size ↔ ModelSize
-
Размер модели.
getter/setter pair
- userData ↔ Object?
-
Произвольные пользовательские данные, прикрепленные к объекту.
getter/setter pairinherited
- 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