TNEntityEvNearbySearchParams
@objcMembers
open class TNEntityEvNearbySearchParams : NSObject
Request to trigger the call for fetching ev entity with provided condition
-
location (Required).
Declaration
Swift
public var location: TNEntityGeoPoint? -
Used for EV charge stations related filtering by EV attributes (Optional).
Declaration
Swift
public var evFilter: TNEntityEvFilter? -
Result limit (Optional).
Declaration
Swift
public var limit: Int? -
Validates all properties.
isValid- is true if validation was successfulmessage- contains error string if validation failed
Declaration
Swift
public func validate() -> (isValid: Bool, message: String)Return Value
Tuple
(isValid: Bool, message: String).
TNEntityEvNearbySearchParams Class Reference