# Interface: DivOverlayOptions

# Table of contents

# Properties

# Properties

# bounds

bounds: GeoBounds | [GeoPointLike, GeoPointLike, GeoPointLike, GeoPointLike]

范围,四个点坐标


# element

element: HTMLElement

html元素


# height

height: number

元素高


# maxDivSize

Optional maxDivSize: number

放大div时,最大的div大小,超过了就像素放大了


# maxPitch

Optional maxPitch: number

显示最大倾斜角


# maxZoom

Optional maxZoom: number

显示最小级别


# minZoom

Optional minZoom: number

显示最大级别


# updateDivSize

Optional updateDivSize: boolean

自动更新div大小,(如果需要svg放大,需要设置为true)


# width

width: number

元素宽

vjmap / Exports / DriverControls