UNPKG

51timapi

Version:

TimApi is a traffic related plugin for WdpApi.

11 lines (10 loc) 434 B
import { Basic } from '../common/basic'; import { ResultType } from '../common/data-type'; declare class PickerPointController extends Basic { private apiClassName; constructor(obj: any); StartPickPoint(coordinateShow: boolean, iconShow: boolean): Promise<ResultType>; EndPickPoint(): Promise<ResultType>; GetPickedPoints(coordZRef?: number): Promise<ResultType>; } export default PickerPointController;