Status200
public class Status200 : APIModel
There are two ways to search for gas stations in a geo location. You can use either one, or none, but not both ways. To search inside a specific radius around a given longitude and latitude provide the following query parameters:
- latitude
- longitude
- radius To search inside a bounding box provide the following query parameter:
- boundingBox
-
Undocumented
Declaration
Swift
public var data: PCGasStations?
-
Undocumented
Declaration
Swift
public var included: [Poly3<PCFuelPrice, PCLocationBasedApp, PCReferenceStatus>]?
-
Undocumented
Declaration
Swift
public init(data: PCGasStations? = nil, included: [Poly3<PCFuelPrice, PCLocationBasedApp, PCReferenceStatus>]? = nil)
-
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Undocumented
Declaration
Swift
public func isEqual(to object: Any?) -> Bool
-
Declaration
Swift
public static func == (lhs: Status200, rhs: Status200) -> Bool