MapboxEvViewClient
Functions
Data from map click events should be forwarded to this method in order to search for EV stations at the click point. If an EV station is found it will be emitted via the flow.
Initiates a render command to initialize the layer(s) used to display EV stations. It's not generally necessary to call this method since render commands will check for the presence the layer(s) and create them automatically. However under some circumstances it may be an advantage for an application to explicitly initialize the layer(s).
Looks for an EV station on the map at the target point. If found the EV station is returned or an error.
Applies a power range filter to the EV stations displayed on the map. The filter will only show EV stations whose max output power is within the specified range.
Update the MapboxEvViewOptions. Any changes to EV station icons will take effect with the next render command emitted.