ru.dgis.sdk.directory.EntranceInfo | Android SDK | Urbi Documentation

EntranceInfo

Information about the entrance to the building.

EntranceInfo(
	id: DgisObjectId,
	buildingNumber: String?,
	porchName: String?,
	porchNumber: String?,
	apartmentRanges: List<ApartmentRange>,
	geometry: EntranceGeometry?
)

Information about the entrance to the building.

Parameters
id
buildingNumber
porchName
porchNumber
apartmentRanges
geometry
Returns
Properties

Identifier of the entrance object.

Number of the house to which the entrance belongs.

Non-empty entrance name. Filled only for entrances. Can take the values of the entrance name (eg "Entrance 1") or the building number if the entrance has its own address.

Non-empty entrance number. To be filled only for entrances. Can take values of the entrance number (eg "1") or the building number if the entrance has its own address.

Numbers of apartments related to the entrance.

Geometry for displaying the entrance on the map.