地图设置参数

Since

1.0.0

interface IMapOption {
    mapStatus?: MapStatus;
    gestures?: IGestureOption;
    shows?: IShowOption;
    coordType?: CoordType;
}

Properties

mapStatus?: MapStatus

地图显示状态设置

Since

1.0.0

gestures?: IGestureOption

地图手势交互设置

Since

1.0.0

shows?: IShowOption

地图底图图层设置

Since

1.0.0

coordType?: CoordType

设置坐标类型,使用 Initializer.coordType 代替

Deprecated

Since

1.2.0