高德地图SDK(导航) V10.0.900
Loading...
Searching...
No Matches
MAGeodesicPolyline.h
Go to the documentation of this file.
1//
2// MAGeodesicPolyline.h
3// MapKit_static
4//
5// Created by songjian on 13-10-23.
6// Copyright © 2016 Amap. All rights reserved.
7
8#import "MAConfig.h"
9
10#if MA_INCLUDE_OVERLAY_GEODESIC
11
12#import "MAPolyline.h"
13
15@interface MAGeodesicPolyline : MAPolyline
16
23+ (instancetype)polylineWithPoints:(MAMapPoint *)points count:(NSUInteger)count;
24
31+ (instancetype)polylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
32
39- (BOOL)setPolylineWithPoints:(MAMapPoint *)points count:(NSInteger)count;
40
47- (BOOL)setPolylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSInteger)count;
48
49@end
50
51#endif
此类用于定义一个由多个点相连的多段线,点与点之间尾部相连但第一点与最后一个点不相连, 通常MAPolyline是MAPolylineView的model
Definition MAPolyline.h:14
平面投影坐标结构定义
Definition MAGeometry.h:38
© 2017 高德信息技术有限公司 版权所有,保留所有权利。