RoadEventManager class

Объект для создания транспортных событий.

Implemented types

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createAccident(GeoPoint location, EnumSet<Lane> lanes, String description) → CancelableOperation<AddEventResult>
Создание события "ДТП".
createCamera(GeoPoint location, String description) → CancelableOperation<AddEventResult>
Создание события "Камера".
createComment(GeoPoint location, String description) → CancelableOperation<AddEventResult>
Создание события "Комментарий".
createOther(GeoPoint location, EnumSet<Lane> lanes, String description) → CancelableOperation<AddEventResult>
Создание события "Другое".
createRoadRestriction(GeoPoint location, String description) → CancelableOperation<AddEventResult>
Создание события "Перекрытие дорожного движения".
createRoadWorks(GeoPoint location, EnumSet<Lane> lanes, String description) → CancelableOperation<AddEventResult>
Создание события "Дорожные работы".
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

Static Methods

instance(Context context) RoadEventManager
Получение объекта для создания дорожных событий.