Enumeration: HorizonSyntheticVisionCameraParamMode
Defined in: src/sdk/components/horizon/layers/HorizonSyntheticVisionLayer.tsx:24
Modes of behavior used by HorizonSyntheticVisionLayer to control camera parameters for its underlying Bing instance.
Enumeration Members
Auto
Auto:
1
Defined in: src/sdk/components/horizon/layers/HorizonSyntheticVisionLayer.tsx:29
The parameter will be set from the state of the layer's horizon projection.
Custom
Custom:
2
Defined in: src/sdk/components/horizon/layers/HorizonSyntheticVisionLayer.tsx:32
The parameter will be set using custom parameter values passed to the layer's props.
Default
Default:
0
Defined in: src/sdk/components/horizon/layers/HorizonSyntheticVisionLayer.tsx:26
The default behavior of the Bing instance camera for the parameter will be used.