InstagramLocation

public struct InstagramLocation: Codable

The struct containing an Instagram location.

  • id

    The location identifier.

    Declaration

    Swift

    public let id: String
  • The location name.

    Declaration

    Swift

    public let name: String
  • The location address.

    Declaration

    Swift

    public let streetAddress: String?
  • The location coordinates (latitude and logitude).

    Declaration

    Swift

    public var coordinates: CLLocationCoordinate2D