11NS_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;
此类用于定义一段大地曲线 since 6.3.0
Definition BMKGeodesicLine.h:14
BMKMapPoint * points
坐标点数组
Definition BMKMultiPoint.h:27
此类用于定义一段折线
Definition BMKPolyline.h:15
地理坐标点,用直角地理坐标表示
Definition BMKTypes.h:189