BuildingFootprintHighlightLayer

class BuildingFootprintHighlightLayer(mapboxMap: MapboxMap)

This layer handles the creation and customization of a FillLayer to highlight the footprint of an individual building.

Constructors

BuildingFootprintHighlightLayer
Link copied to clipboard
fun BuildingFootprintHighlightLayer(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 building footprint highlight layer.

Properties

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