highlightEntitiesWithStyle
abstract fun highlightEntitiesWithStyle(@NonNull entity: Entity, @NonNull fillColor: String, @NonNull strokeColor: String, lineWidth: Float)
Highlight a single entity as restricted with explicit fill/stroke styling. Additive; does not move the camera.
Parameters
entity
the entity to highlight
fillColor
the fill color (e.g. "#rrggbb")
strokeColor
the stroke color (e.g. "#rrggbb")
lineWidth
the stroke width (0 to hide the stroke)