iconFactory

abstract var iconFactory: (Context) -> (EvStationMarker) -> Bitmap??

Custom icon factory for EV station markers on the map. Given a Context, returns a function that produces a Bitmap for each EvStationMarker. If null, default icons will be used.

Defaults to null.