MarkerView
public struct MarkerView : View
A MarkerView to display the location of an Annotation backed by a real world location
-
Initializer
Declaration
Swift
public init(state: MarkerControl.State, icon: Image?)Parameters
stateMarker Control State
iconImage of Marker
-
SwiftUI’s view body
Declaration
Swift
public var body: some View { get }