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 aList
orForEach
Declaration
Swift
public init(place: Geo.Place)
Parameters
place
Model of the place with location information.
-
Declaration
Swift
public var body: some View { get }