UNPKG
aomd-amap
Version:
latest (1.0.1)
1.0.1
1.0.0
高德代码辅助提示
github.com/Aomd/AMap
Aomd/AMap
aomd-amap
/
GraspRoad
/
GraspedPath.d.ts
14 lines
(12 loc)
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
class
GraspedPath
{
/** *Creates an instance of GraspedPath. *
@param
{
Number
} distance 总距离 *
@param
{
Object
} data 经度 *
@memberof
GraspedPath
*/
constructor
(
distance:
Number
, data :
Object
) }