public ResponderManager(MKMapView nativeMap, CustomMap formsMap, RouteManager routeManager, AnnotationManager annotationManager)
     : base(formsMap, routeManager, annotationManager)
 {
     _nativeMap = nativeMap;
 }
 public RouteManager(MKMapView nativeMap, CustomMap formsMap, AnnotationManager annotationManager)
     : base(formsMap, annotationManager)
 {
     _nativeMap = nativeMap;
 }