Default gesture processing factory.
IMapGestureViewFactory
public init(options: MapGestureViewOptions = .default)
options
MapGestureViewOptions
public func makeGestureView( map: Map, eventProcessor: IMapEventProcessor, coordinateSpace: IMapCoordinateSpace ) -> UIView & IMapGestureView
Creates a gesture handling layer.
map
Map
eventProcessor
IMapEventProcessor
coordinateSpace
IMapCoordinateSpace
UIView &