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
mapStateThe map state object used to track state changes.
View on GitHub
AMLMapCompositeViewModel Class Reference