MapMarkerView | iOS SDK | Urbi Documentation
iOS SDK

MapMarkerView

public init(
	viewModel: MapMarkerViewModel,
	content: AnyView,
	tapHandler: (() -> Void)? = nil
)
Parameters
viewModel
content
AnyView
public static func == (lhs: MapMarkerView, rhs: MapMarkerView) -> Bool

Returns a Boolean value indicating whether two values are equal.
This documentation comment was inherited from .

Methods
Properties
(() -> ())?
some View

The content and behavior of the view.
This documentation comment was inherited from .