AMLMapControlView
public struct AMLMapControlView : View
AMLMapControlView that displays zoom in, zoom out, and align north buttons.
-
Create a new
AMLMapControlView
with three buttons to control zoom level and heading of the map.Declaration
Swift
public init( zoomValue: Binding<Double>, headingValue: Binding<Double> )
Parameters
zoomValue
The current zoom level of the map.
headingValue
The current heading of the map.
-
Declaration
Swift
public var body: some View { get }