UNPKG

aomd-amap

Version:

高德代码辅助提示

15 lines (12 loc) 459 B
import { OriginPath } from './OriginPath' import { GraspedPath } from './GraspedPath' export class GraspRoad { /** * 用于驾车轨迹的纠偏。 * * @param {(OriginPath | Object)} path * @param {((err: Object, result: GraspedPath | Object) => void)} GraspRoadCallback * @memberof GraspRoad */ driving(path: OriginPath | Object, GraspRoadCallback: (err: Object, result: GraspedPath | Object) => void) }