RouteLegOptions  
    data class RouteLegOptions(val supportingPoints: List<GeoPoint>, val chargingInformation: ChargingInformation? = null)
Options for a specific leg.
Parameters
supportingPoints 
A list of base route points to be used for route reconstruction.
chargingInformation 
Specifies how much to charge at a charging station.