I just want to know what are the features I can use of cesiumjs for commercial uses for free with no limit. Is it necessary to use token for free version if i don’t need Cesium ION.
Hi @dhairya_shree, welcome to the community!
CesiumJS is free and open source under the Apache 2.0 license. You are allowed to use it (nearly) however you want. Our code playground, Sandcastle, has many examples of different features in it’s gallery.
Is it necessary to use token for free version if i don’t need Cesium ION.
It is not strictly necessary to use CesiumJS with an ion token. As long as you have your own data to provide for terrain and imagery you can use CesiumJS without connecting to ion. I’d suggest you take a look at our Offline Guide for how to host local data that can be used in CesiumJS. Just note that without an ion token you will not be able to load the default Cesium World Terrain or Bing imagery or use the Geocoder.
Hopefully that helps but please let us know if you have any more questions.