AMLPlaceCellView
public struct AMLPlaceCellView : View
View to display information from a Geo.Place. For use in a List or ForEach
-
View to display information from a
Geo.Place. For use in aListorForEachDeclaration
Swift
public init(place: Geo.Place)Parameters
placeModel of the place with location information.
-
Declaration
Swift
public var body: some View { get }
View on GitHub
AMLPlaceCellView Structure Reference