Interface KMLLatLonBox

邊界經緯度參數。

interface KMLLatLonBox {
    east: number;
    north: number;
    rotation: number;
    south: number;
    west: number;
}

Hierarchy

Properties

east: number

東邊

north: number

北邊

rotation: number

旋轉角度。

south: number

南邊

west: number

西邊

Generated using TypeDoc