DashEvSearchInit

Properties

Link copied to clipboard
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.

Link copied to clipboard
abstract var iconOffset: List<Double>?

Offset for EV station marker icons, as a list of x, y values. If null, default offset will be used.

Link copied to clipboard
abstract var sortKey: (EvStationMarker) -> Double?

Custom sort key function for ordering EV station markers on the map. If null, default sorting will be used.

Link copied to clipboard

Custom modifier for EV station power range filtering based on zoom level. Given the current power range filter and zoom level, returns the adjusted power range. If null, no zoom-based power range filtering will be applied.