11 NS_ASSUME_NONNULL_BEGIN
19 + (nullable instancetype)geodesicLineWithPoints:(
BMKMapPoint *)points
20 count:(NSUInteger)count NS_SWIFT_NAME(geodesic(
points:count:));
26 + (nullable instancetype)geodesicLineWithCoordinates:(CLLocationCoordinate2D *)coords
27 count:(NSUInteger)count NS_SWIFT_NAME(geodesic(coordinates:count:));
33 - (BOOL)setGeodesicLineWithPoints:(
BMKMapPoint *)points count:(NSUInteger)count;
39 - (BOOL)setGeodesicLineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;