iconIdFactory

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

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

Defaults to null.