LocationPreviewView
@MainActor
public struct LocationPreviewView : View
Important
This is a Public Preview API. It may be changed or removed at any time.The content and behavior of the view.
Declaration
Swift
@MainActor
public var body: some View { get }
Declaration
Swift
@MainActor
public init(
model: LocationPreviewViewModel,
onCloseAction: @escaping () -> (),
onSubmitAction: @escaping () -> ()
)