IdentifiablePlace
@dynamicMemberLookup
public struct IdentifiablePlace : Identifiable
An IdentifiablePlace and from a Geo.Place for use in SwiftUI views requiring Identifiable conformance.
Important
Theid property is generated on creation and NOT associated with a specific Geo.Place.
-
Declaration
Swift
public let id: UUID -
Declaration
Swift
public let place: Geo.Place -
Create a IdentifiablePlace for SwiftUI views requiring
Identifiableconformance.Declaration
Swift
public init(_ place: Geo.Place)Parameters
placeThe underlying
Geo.Place -
Declaration
Swift
public subscript<T>(dynamicMember keyPath: KeyPath<Geo.Place, T>) -> T { get }
View on GitHub
IdentifiablePlace Structure Reference