位置信息

interface NormalizedLocation {
    lng: number;
    lat: number;
}

Properties

Properties

lng: number

经度

lat: number

纬度