Structure
Location
public struct Location: Wrapped
A class
representing a Location
Relationships
Nested Types
Location.Coordinates
A
struct
holding reference to longitude and latitude.Location.Unit
A
struct
representing a singleLocation
response.Location.Collection
A
struct
representing aLocation
collection.
Conforms To
Wrapped
Initializers
init(wrapper:)
public init(wrapper: @escaping () -> Wrapper)
Init.
Parameters
Name | Type | Description |
---|---|---|
wrapper | @escaping () -> Wrapper |
A valid |
Properties
identifier
public var identifier: [String: Int]?
The external id (value
), paired with its source (key
).