BuildingExtrusionHighlightLayer

class BuildingExtrusionHighlightLayer(mapboxMap: MapboxMap)

This layer handles the creation and customization of a FillExtrusionLayer to show 3D buildings.

Constructors

BuildingExtrusionHighlightLayer
Link copied to clipboard
fun BuildingExtrusionHighlightLayer(mapboxMap: MapboxMap)

Types

Companion
Link copied to clipboard
object Companion

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String
updateVisibility
Link copied to clipboard
fun updateVisibility(visible: Boolean)
Toggles the visibility of the highlighted extrusion layer.

Properties

color
Link copied to clipboard
var color: Int
Retrieve the latest set color of the highlighted extrusion layer.
opacity
Link copied to clipboard
var opacity: Float
Retrieve the latest set opacity of the highlighted extrusion layer.
queryLatLng
Link copied to clipboard
var queryLatLng: LatLng? = null
This LatLng is used to determine what associated extrusion should be highlighted.