selectFeature

fun selectFeature(feature: Feature, autoZoom: Boolean = true): Unit?

Select a feature on the map.

Parameters

feature

The feature to be selected.

autoZoom

Flag indicating whether the map should automatically zoom to the selected feature. Default is true.