Andrey Chicherin
Andrey Chicherin
I think this is not safety: ``` - (void)createMapView { ... _mapScrollView = [[RMMapScrollView alloc] initWithFrame:self.bounds]; _mapScrollView.delegate = self; ... } - (void)dealloc { [_moveDelegateQueue cancelAllOperations]; [_zoomDelegateQueue cancelAllOperations]; [[NSNotificationCenter defaultCenter]...
Hi! I think i found retainCycle. In RMCircle you using code: ``` @interface RMCircle : RMMapLayer { RMMapView *mapView; .... } ``` And in RMMapView: ``` _accuracyCircleAnnotation.layer = [[RMCircle alloc]...
I want to try your library and im using Carthage. What should i do? Could you please create an Xcode project with this library or should I make a pull...
**Describe the bug** In our product we use a style with `line-pattern`. In versions that use MetalKit for map rendering we noticed a problem with filling lines with pattern. I...