AMLMapCompositeViewModel
public class AMLMapCompositeViewModel : ObservableObject
-
Tracks state changes in the map.
Declaration
Swift
@ObservedObject public var mapState: AMLMapViewState { get set }
-
Instantiate a view model for
AMLMapCompositeView
.Declaration
Swift
public init(mapState: AMLMapViewState = .init())
Parameters
mapState
The map state object used to track state changes.