TNEntityEvFilter

@objcMembers
open class TNEntityEvFilter : NSObject, Codable

Undocumented

  • Get EV charger brand ID list.

    Declaration

    Swift

    public var chargerBrands: [String]?
  • Get EV connector types.

    Declaration

    Swift

    public var connectorTypes: [String]?
  • Get EV power feed levels.

    Declaration

    Swift

    public var powerFeedLevels: [Int]?
  • Get EV free charge flag

    Declaration

    Swift

    public var freeCharge: Bool?
  • Get EV filter types. The default filter type is INCLUDE. If the required filtering behavior is EXCLUDE, the filter type needs to be declared in the parameter filterTypes.

    Declaration

    Swift

    public var filterTypes: [TNEntityFilterTypeField]?
  • Get min power. It will trigger the search results to return Entities that contains the connector that matches the power range.

    Declaration

    Swift

    public var minPower: Double?
  • Get max power. It will trigger the search results to return Entities that contains the connector that matches the power range.

    Declaration

    Swift

    public var maxPower: Double?