Package 

Interface ChargingStationFindingRequest

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public interface ChargingStationFindingRequest
     implements Parcelable
                        

    Define ChargingStationFinding request interface that contains the position location and the other conditions.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • getEvConnectTypes

         abstract ArrayList<Integer> getEvConnectTypes()

        If this parameter is specified, sdk will give priority for these types for searching. If it is not provided, the ones set in foundation vehicle info provider will be used. This information is optional

      • getLimit

         abstract Integer getLimit()

        How many chargers should be returned when finding the charging stations. The returned count may be less than requested, base on how many stations can be found. This information is optional.

      • getPreferredChargerBrandId

         abstract ArrayList<String> getPreferredChargerBrandId()

        The charger brands preferred to be used for charging. The brand value here follows the definition of tn::entity::Brand::brandId. This information is optional.

      • getChargerStrategyPreference

         abstract Integer getChargerStrategyPreference()

        the charging strategy preferred to be used to search charging station. This information is optional.