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 build a route through.

Direction in which the point should be passed.

ID of the object to which the pedestrian part of the route is built.

Floor plan identifier (for pedestrian routes).