GroundPointOptions

GroundPoint 构造函数的可选参数,继承 GroundOverlayOptions。

interface GroundPointOptions {
    anchor?: Size;
    level?: number;
    offset?: Size;
    rotation?: number;
    scale?: number;
    size?: Size;
    url?: string;
}

属性

锚点,以图标左上角为原点,默认值:new BMap.Size(0, 0)

尺寸参考的缩放级别,默认值:18

偏移量,默认值:new BMap.Size(0, 0)

旋转角度,单位度,默认值:0

缩放比例,默认值:1

坐标点尺寸,单位像素

图标地址