getIntensity method - MapSceneLights class - mapview library - Dart API
getIntensity
getIntensity abstract method
- MapSceneLightsCategory category
Retrieves the current intensity of the light based on its category.
categoryThe category of light from which the intensity is retrieved.
Returns double?. The current intensity of the light, or null if the light is missing from the loaded scene
or MapScene is not intitialized.
Implementation
double? getIntensity(MapSceneLightsCategory category);