iconIdFactory

abstract var iconIdFactory: (Activity) -> (EvStationMarker) -> String?

Custom icon factory for EV station markers IDs on the map. Given a Activity, returns a function that produces a String per each EvStationMarker. If null, default marker ID will be calculated.

Defaults to null.