AMLPlaceList

public struct AMLPlaceList : View

A list of places created with an array of Geo.Place.

  • Create a List of Geo.Places.

    Declaration

    Swift

    public init(_ places: [Geo.Place])

    Parameters

    places

    The places to be displayed in the list.

  • Declaration

    Swift

    public var body: some View { get }