GeoJSONRequest
class GeoJSONRequest
Undocumented
-
Undocumented
Declaration
Swift
public let poiType: GeoJSONRequestPOIType
-
Undocumented
Declaration
Swift
public let country: GeoJSONRequestCountry?
-
Undocumented
Declaration
Swift
public let isConnectedFuelingAvailable: Bool
-
Undocumented
Declaration
Swift
public let fields: [GeoJSONRequestFields]?
-
Undocumented
Declaration
Swift
public let isDKVAppAndGoAvailable: Bool?
-
Undocumented
Declaration
Swift
public init(poiType: GeoJSONRequestPOIType = .gasStation, country: GeoJSONRequestCountry? = .de, isConnectedFuelingAvailable: Bool, fields: [GeoJSONRequestFields]? = nil, isDKVAppAndGoAvailable: Bool? = nil)