Location

public struct Location : Codable

A root object that stores information about a location resource.

Properties

  • The type of the resource.

    Declaration

    Swift

    public let type: String
  • The attributes belonging to the location.

    Declaration

    Swift

    public let attributes: Location.Attributes
  • A root object that stores information about a single location, such as the location’s region, latitude, and longitude.

    See more

    Declaration

    Swift

    public struct Attributes : Codable