百度地图SDK for iOS v3.4.4 类参考
|
此类用于定义一段圆弧 更多...
#import <BMKArcline.h>
构造函数 | |
(BOOL) | - setArclineWithPoints: |
(BOOL) | - setArclineWithCoordinates: |
![]() | |
(void) | - getCoordinates:range: |
类方法 | |
(BMKArcline *) | + arclineWithPoints: |
(BMKArcline *) | + arclineWithCoordinates: |
Protected 属性 | |
BMKMapRect | _boundingMapRect |
bool | isYouArc |
![]() | |
package BMKMapPoint * | _points |
NSUInteger | _pointCount |
BMKMapRect | _boundingRect |
额外继承的成员函数 | |
![]() | |
BMKMapPoint * | points |
坐标点数组 | |
NSUInteger | pointCount |
坐标点的个数 | |
![]() | |
NSString * | title |
要显示的标题;注意:如果不设置title,无法点击annotation,也无法使用回调函数; | |
NSString * | subtitle |
要显示的副标题 | |
此类用于定义一段圆弧
+ (BMKArcline *) arclineWithCoordinates: | (CLLocationCoordinate2D *) | coords |
根据指定经纬度生成一段圆弧
coords | 指定的经纬度坐标点数组(需传入3个点) |
+ (BMKArcline *) arclineWithPoints: | (BMKMapPoint *) | points |
根据指定坐标点生成一段圆弧
points | 指定的直角坐标点数组(需传入3个点) |
- (BOOL) setArclineWithCoordinates: | (CLLocationCoordinate2D *) | coords |
重新设置圆弧坐标
coords | 指定的经纬度坐标点数组(需传入3个点) |
- (BOOL) setArclineWithPoints: | (BMKMapPoint *) | points |
重新设置圆弧坐标
points | 指定的直角坐标点数组(需传入3个点) |