Interface LocationShareURLOption

位置信息分享URL请求参数

interface LocationShareURLOption {
    location: LatLng;
    name: string;
    snippet: string;
}

Properties

Properties

location: LatLng

共享点位置

name: string

共享点名称

snippet: string

通过短URL调起客户端时作为附加信息显示在名称下面