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
state
Marker Control State
icon
Image of Marker
-
SwiftUI’s view body
Declaration
Swift
public var body: some View { get }