Swiftagram Documentation

Structure Location.​Unit

struct Unit: Specialized  

A struct representing a single Location response.

%191 Location.Unit Location.Unit Specialized Specialized Location.Unit->Specialized

Member Of

Location

A class representing a Location

Conforms To

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.

location

public var location: Location?  

The location.