经纬度 AMap.LngLat

教程

接口文档

const position = new AMap.LngLat(116, 39); // 标准写法
const position = [116, 39]; // 简写