LocationResponse

public struct LocationResponse : Codable

A root object that stores information about a collection of locations.

Properties

  • The data included in the repsonse for a location object request.

    Declaration

    Swift

    public let data: [Location]