Package-level declarations

Types

Link copied to clipboard
open class BaseMapStyle
Link copied to clipboard
open class BuildingLayers
Class that contains a list of floor layers which contains a list of map layers.
Link copied to clipboard
class BuildingsVisibility(val mapZoom: Float, val onScreenBuildings: List<OnScreenBuildingDetails>, var fromMapInteraction: Boolean)

Represents the visibility state of buildings on the screen. Fields can be populated at different points in time as the object is passed around.

Link copied to clipboard
Link copied to clipboard
open class CartoCssZip
Link copied to clipboard
Link copied to clipboard
open class FloorLayer
A class that contains a list of VectorElementMapLayer.
Link copied to clipboard
open class FloorVars
It contains many variables to indicate a floor layer.
Link copied to clipboard
open class LayerManager
A manager class containing a list of building layers and property layers.
Link copied to clipboard
class LayerVisibilityHandler(val propertyId: Int, val mapApi: MapApi, val coreApi: CoreApi, val layerRetriever: LayerVisibilityHandler.LayerRetriever, allowDynamicShowHideBuildings: Boolean)
Link copied to clipboard
abstract class MapLayer
Link copied to clipboard
open class MapLayerUpdate
Link copied to clipboard
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.

Link copied to clipboard
data class OnScreenPropertyDetails(val propertyId: Int, val distToScreenCenter: Float, val buildingDetails: List<OnScreenBuildingDetails>)

Represents a property visible on the screen. Links property information with its associated building details.

Link copied to clipboard
open class PropertyLayers
Class to manage list of VectorElementMapLayers for property
Link copied to clipboard

Class that contains a list of elements that is added to a map. A FloorLayer contains a list of MapLayers.