DEPRECATED-mapbox-ios-sdk
DEPRECATED-mapbox-ios-sdk copied to clipboard
RMGreatCircleAnnotation bug - and fix
RMGreatCircleAnnotation has a bug that it displays the great circle with out its beginning. To correct you need to add this line at RMGreatCircleAnnotation.m:70 [coords addObject:[[CLLocation alloc] initWithLatitude:self.coordinate1.latitude longitude:self.coordinate1.longitude]];
Could you please provide a pull request that shows this in context? And not sure I understand the bug — could you provide an illustration?