diff --git a/src/@types/AMap.d.ts b/src/@types/AMap.d.ts index ffaefda..0e6aaab 100644 --- a/src/@types/AMap.d.ts +++ b/src/@types/AMap.d.ts @@ -51,7 +51,7 @@ declare global { export interface GeoJSONGetOverlayCallBack { ( geojson?: GeoJSON.GeoJSON, - lnglat?: GeoJSON.Point[] | GeoJSON.Point[][] | GeoJSON.Point[][][], + lnglat?: GeoJSON.Position[] | GeoJSON.Position[][] | GeoJSON.Position[][][], ): any; }