iconFactory

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

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

Defaults to null.