RouteLevelInfo | iOS SDK | 2GIS Documentation

RouteLevelInfo

Building floor information corresponding to the route section.

public init(
    beginId: LevelId?,
    endId: LevelId?,
    name: String
)
Parameters
beginId
endId
name
Properties

Floor plan ID at the starting point of the route section. Not present if the point is not in a building.

Floor plan ID at the end point of the route section. Not present if the point is not in a building.

Floor name. Empty if the route section connects different floors.