MapObject class
Объект на карте.
- Implemented types
- Implementers
- Available extensions
Constructors
-
MapObject.fromMessage(ClassMessage<
MapObject> message) -
factory
Properties
Methods
-
message(
) → ClassMessage< MapObject> -
Available on MapObject, provided by the MapObjectToClassMessage extension
-
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