Get started
To start building applications with ArcGIS location services and CesiumJS, follow the steps below:
1. Sign in with an ArcGIS account
You need an ArcGIS Developer account or ArcGIS Online account to develop with location services. Learn more in Accounts and subscriptions.
2. Get an ArcGIS access token
You need an access token to make requests to location services. You can either use an API key or an OAuth 2.0 token.
3. Get a Cesium ion access token
You need a Cesium ion account and access token to build applications with CesiumJS.
4. Build a "Hello map" app
Create your first CesiumJS application to display a scene. Include your access tokens to authenticate your application and access the basemap styles service.
Steps
Open the code in .
Replace the
api
with your API key from the developer dashboard .Key Use dark colors for code blocks Add line. Add line. Add line. Add line. Add line. Add line. Add line. Add line. Add line. Add line. Add line. Add line. Add line. Add line.
5. Explore tutorials
Follow step-by-step tutorials to learn how to use CesiumJS with other services.

Display a scene
Create and display a scene with the basemap styles service.

Find a route and directions
Find a route and directions with the route service.

Find place addresses
Search for coffee shops, gas stations, restaurants and other nearby places with the Geocoding service.