RoadEventManager class
Объект для создания транспортных событий.
- Implemented types
Constructors
- RoadEventManager(Context context)
-
Получение объекта для создания дорожных событий.
factory
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, LaneEnumSet lanes, String description) → CancelableOperation< AddEventResult> - Создание события "ДТП".
-
createCamera(
GeoPoint location, String description) → CancelableOperation< AddEventResult> - Создание события "Камера".
-
createComment(
GeoPoint location, String description) → CancelableOperation< AddEventResult> - Создание события "Комментарий".
-
createOther(
GeoPoint location, LaneEnumSet lanes, String description) → CancelableOperation< AddEventResult> - Создание события "Другое".
-
createRoadRestriction(
GeoPoint location, String description) → CancelableOperation< AddEventResult> - Создание события "Перекрытие дорожного движения".
-
createRoadWorks(
GeoPoint location, LaneEnumSet 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