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

RouteLevelInfo

Information about the floor of the building corresponding to the route section.

RouteLevelInfo(
	beginId: LevelId?,
	endId: LevelId?,
	name: String
)

Information about the floor of the building corresponding to the route section.

Parameters
beginId
endId
name
Returns
Properties

Identifier of the floor plan at the starting point of the route segment. Missed if the point is not in a building.

Identifier of the floor plan at the end point of the route leg. None if the point is not in a building.

Name of the floor. Blank if the route segment connects different floors.