UNPKG
@dspacev-bundle/vue-cesium
Version:
latest (3.24.2)
3.24.2
3.24.1
3.15.2
3.15.1
3.1.5
3.1.4
Vue 3.x components for CesiumJS.
github.com/zouyaoji/vue-cesium
zouyaoji/vue-cesium
@dspacev-bundle/vue-cesium
/
lib
/
components
/
controls
/
selection-indicator
/
util.d.ts
3 lines
(2 loc)
•
258 B
TypeScript
View Raw
1
2
3
export
declare
function
pickImageryHelper
(
scene
:
any
,
pickedLocation
:
any
,
pickFeatures
:
any
,
callback
:
any
):
void
;
export
declare
function
pickImageryLayerFeatures
(
ray
:
any
,
scene
:
any
,
includeImageryIds
?:
any
[],
excludeImageryIds
?:
any
[]
):
Promise
<
any
[]>;