mapbox / DEPRECATED-mapbox-ios-sdk

REPLACED – use https://www.mapbox.com/ios-sdk instead
https://github.com/mapbox/mapbox-gl-native
Other
323 stars 8 forks source link

Update RMGreatCircleAnnotation.m #666

Closed zivlevy closed 8 years ago

zivlevy commented 9 years ago

When a great circle is drawn the first path from origin coordinate to first point on route is not showing. The bug - the route starts from point 1, so adding: [coords addObject:[[CLLocation alloc] initWithLatitude:self.coordinate1.latitude longitude:self.coordinate1.longitude]];

fix this issue.