高德地图SDK(导航)  V11.1.000
MAPathShowRange.h
Go to the documentation of this file.
1 //
2 // MAPathShowRange.h
3 // MAMapKit
4 //
5 // Created by shaobin on 2019/12/31.
6 // Copyright © 2019 Amap. All rights reserved.
7 //
8 
9 #ifndef MAPathShowRange_h
10 #define MAPathShowRange_h
11 
13  float begin;
14  float end;
15 };
16 
17 typedef struct MAPathShowRange MAPathShowRange;
18 
19 static inline MAPathShowRange MAPathShowRangeMake(float begin, float end) {
20  return (MAPathShowRange){begin, end};
21 }
22 
23 
24 #endif /* MAPathShowRange_h */
Definition: MAPathShowRange.h:12
float begin
起点位置,整数部分表示起点索引,小数部分表示在线段上的位置 Start position, the integer part represents the start index,...
Definition: MAPathShowRange.h:13
float end
终点位置,整数部分表示起点索引,小数部分表示在线段上的位置 End position, the integer part represents the start index,...
Definition: MAPathShowRange.h:14
© 2017 高德信息技术有限公司 版权所有,保留所有权利。