Gio.js
Getting Start
Gio.js 2.0
Basic Elements
Configuration
Object Design API
Color and Style API
Working with Data
Callback
Dependence Interface
Advanced Feature
Auto Rotation
Make globe rotate automatically, control globe's rotation speed. The auto-rotation feature is disabled as default, and the default rotation speed is 1.
// enable auto-rotation, 1 is the default speed. controller.setAutoRotation( true, 1 );
// Disable auto-rotation if globe's auto-rotation has been enabled before. controller.setAutoRotation( false );