ru.dgis.sdk.directory.EntranceInfo | Android SDK | 2GIS 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 an entrance object.

Number of the house which the entrance belongs to.

Non-empty entrance name. Filled only for entrances. Can take the values of the entrance name (e.g. "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 (e.g. "1") or the building number if the entrance has its own address.

Numbers of apartments related to the entrance.

Geometries for displaying the entrance on the map.