MapContentAnchorable
protocol MapContentAnchorable : MapContentextension MapContentAnchorable : ViewA map content that can be anchored by a popover
-
Declaration
Swift
var altitudeMode: AltitudeMode { get } -
Declaration
Swift
var position: LatLngAltitude { get } -
Extension methodpopover(isOpen:autoClosedEnabled:autoPanEnabled:style:content:)
Declaration
Swift
func popover<Content>(isOpen: Binding<Bool>, autoClosedEnabled: Bool = true, autoPanEnabled: Bool = true, style: PopoverStyle = .default, @ViewBuilder content: @escaping () -> Content) -> ModifiedContent<Self, some ViewModifier> where Content : View