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

RouteSearchPoint

Description of the points by which the route is built.

RouteSearchPoint(
	coordinates: GeoPoint,
	course: Bearing? = null,
	objectId: DgisObjectId = DgisObjectId(objectId = 0, entranceId = 0),
	levelId: LevelId? = null
)

Description of the points by which the route is built.

Parameters
coordinates
course
objectId
levelId
Returns
Properties

Coordinates to route through.

The direction in which to pass the point.

ID of the object to which the pedestrian part of the route will be laid.

Floor plan identifier (for walking routes).