ru.dgis.sdk.routing.RouteEditor | Android SDK | 2GIS Documentation

RouteEditor

Interface for the route editor. The route editor receives the start and end points of the route, builds routes, and communicates 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 follow updates about the routes operated by the editor.

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

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

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