Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto-acevedo authored Jan 17, 2017
1 parent f9fa5cc commit a22e804
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ cesiumViewer.extend(Cesium.viewerCesiumNavigationMixin, options);
```JavaScript
viewer.cesiumNavigation.destroy();
```
- To lock the compass and navigation controls use the following. Use true to lock mode,
- false for unlocked mode. The default is false.
```JavaScript
viewer.cesiumNavigation.setNavigationLocked(true/false);
```
- if there are still open questions please checkout the examples
Expand Down

0 comments on commit a22e804

Please sign in to comment.