MapboxBuildingHighlightOptions

class MapboxBuildingHighlightOptions

The options for highlighting a building upon arrival.

Parameters

fillExtrusionColor

RGB Color of the extruded building

fillExtrusionOpacity

Opacity of the extruded building 0.0, 1.0

Types

Builder
Link copied to clipboard
class Builder

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Regenerate whenever a change is made
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Regenerate whenever a change is made
toBuilder
Link copied to clipboard
fun toBuilder(): MapboxBuildingHighlightOptions.Builder
Get a builder to customize a subset of current options.
toString
Link copied to clipboard
open override fun toString(): String
Returns a string representation of the object.

Properties

fillExtrusionColor
Link copied to clipboard
val fillExtrusionColor: Int
RGB Color of the extruded building
fillExtrusionOpacity
Link copied to clipboard
val fillExtrusionOpacity: Double
Opacity of the extruded building 0.0, 1.