/
getFov
getFov
Gets the current field of view for the active sphere, passes it to the optional callback function (if provided), and returns it.
See sendData for how to set this value.
Parameter:
callback
(function): (OPTIONAL) A callback function to execute. It will be passed the following automatically:cameraFov
(number): A number representing the current field of view
Returns: A promise that resolves to cameraFov
: A number representing the current field of view
Code Sample
, multiple selections available,
Related content
getData
getData
More like this
Constructor
Constructor
More like this
addMarker
addMarker
More like this
setLookAt
setLookAt
Read with this
sendData
sendData
More like this
Marker Functionality
Marker Functionality
Read with this