OnScreenBuildingDetails

data class OnScreenBuildingDetails(val buildingId: Int, val distToScreenCenter: Float, val zoomOpacityTh: Float)

Represents a building that is currently visible on the screen. Provides information about its distance from the screen center and its opacity threshold.

Parameters

buildingId

The unique identifier of the building.

distToScreenCenter

The building's distance from the center of the screen.

zoomOpacityTh

The zoom level at which the building's opacity changes.

Constructors

Link copied to clipboard
constructor(buildingId: Int, distToScreenCenter: Float, zoomOpacityTh: Float)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard