視圖觸碰事件

interface TerrainViewTouchEvent {
    changedTouches: {
        mapPos: Geo3DPoint;
        pos: GeoPoint;
    }[];
    touches: {
        mapPos: Geo3DPoint;
        pos: GeoPoint;
    }[];
}

Hierarchy

  • CTerrainViewEventHandlersTouchEvent
    • TerrainViewTouchEvent

Properties

changedTouches: {
    mapPos: Geo3DPoint;
    pos: GeoPoint;
}[]

改變觸碰點

Type declaration

touches: {
    mapPos: Geo3DPoint;
    pos: GeoPoint;
}[]

觸碰點

Type declaration

Generated using TypeDoc