/** * @author: xd * @date: Do not edit * @lastEditors: xd * @lastEditTime: Do not edit * @filePath: Do not edit * @description: * * Copyright (c) 2023 by xd, All Rights Reserved. */ /** * @author: xd * @Date: 2022-01-13 22:43:45 * @LastEditors: xd * @LastEditTime: 2022-12-10 16:28:30 * @Description: 功能 */ import { baseGaode } from "./baseGaode"; export declare class GaodeRoute extends baseGaode { constructor(options?: { key: string; }); query(option: { queryType: number; serverUrl: string; params: any; success: Function; error?: Function; }): void; }