AttributeSet

public enum AttributeSet : Codable, Hashable, Sendable

Undocumented

  • Essential information about a location such as name, address and coordinates. This is the default value for attribute_sets parameter, and will be provided when attribute_sets is not provided in the request.

    Declaration

    Swift

    case basic
  • A collection of photos related to the location.

    Declaration

    Swift

    case photos
  • Specific information about the location including a detailed description text, user reviews, price level and popularity.

    Declaration

    Swift

    case venue
  • Visiting information for the location like website, phone number and social media handles.

    Declaration

    Swift

    case visit