LocationResponse
public struct LocationResponse : Codable
A root object that stores information about a collection of locations.
-
The data included in the response for a location object request.
Declaration
Swift
public let data: [Location]