Swiftagram Documentation

Structure Location.​Collection

struct Collection: Specialized, StringPaginatable  

A struct representing a Location collection.

%123 Location.Collection Location.Collection Specialized Specialized Location.Collection->Specialized StringPaginatable StringPaginatable Location.Collection->StringPaginatable

Member Of

Location

A class representing a Location

Conforms To

StringPaginatable

A protocol defining a Paginatable instance with an optional String offset.

Specialized

A protocol describing a generic response returning an element of Response.

Initializers

init(wrapper:​)

public init(wrapper: @escaping () -> Wrapper)  

Init.

Parameters

wrapper @escaping () -> Wrapper

A valid Wrapper.

Properties

wrapper

public var wrapper: () -> Wrapper

The underlying Response.

venues

public var venues: [Location]?  

The venues.