Show Preview
Show Cesium Code
Show Google Earth Code
For Google Earth Developers
All Google Earth examples
Additional Resources
Tutorials
Cesium Sandcastle
Reference Documentation
Move
Relevant Cesium Source
Relevant Google Earth Source (
link
)
var lookAt = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND); lookAt.setLatitude(lookAt.getLatitude() + 2); lookAt.setLongitude(lookAt.getLongitude() + 20); ge.getView().setAbstractView(lookAt);