ru.dgis.sdk.routing.RouteEditor | Android SDK | Urbi Documentation

RouteEditor

Interface for the route editor. The route editor obtains the starting and the finish points of the route, builds routes, and notifies about their updates and rebuilds via channels.

All methods of this interface are called from a single thread.

RouteEditor(context: Context)

The function of creating a route editor.

Parameters
context
Returns
Methods
Properties

A channel through which you can monitor updates about the routes operated by the editor.

A channel through which you can monitor updates about the routes operated by the editor.

A channel through which you can monitor active route index updates. If there are no routes, null is placed in this channel.

A channel through which you can monitor active route index updates. If there are no routes, null is placed in this channel.