Home > utils > WechatOpenLocationParams
Signature:
export declare interface WechatOpenLocationParams
| Property | Modifiers | Type | Description |
|---|---|---|---|
| address? | string | (Optional) 地址详情说明。 | |
| infoUrl? | string | (Optional) 在查看位置界面底部显示的超链接,可点击跳转。 | |
| latitude | number | 纬度,浮点数,范围为 90 ~ -90。 | |
| longitude | number | 经度,浮点数,范围为 180 ~ -180。 | |
| name | string | 位置名。 | |
| scale? | number | <p>(Optional) 地图缩放级别,整形值,范围从 1 ~ 28。</p><p> 28</p> |