TKUIComposingMapManager
public class TKUIComposingMapManager : TGMapManager
Undocumented
-
Map manager, that delegates work to the provided component map managers.
Works best in conjunction with
TKUIMapManager
subclasses, as that’ll make sure that one map manager will properly configure the annotations and overlays the same another would.Declaration
Swift
public init(composing: TKUIMapManager, onTopOf below: TGMapManager)
Parameters
composing
Will take charge of map and be the map’s delegate.
below
Will take charge of map, but not become its delegate.
-
Declaration
Swift
public override func takeCharge(of mapView: MKMapView, animated: Bool)
-
Declaration
Swift
public override func cleanUp(_ mapView: MKMapView, animated: Bool)