Get started
To start building applications, follow the steps below:
1. Sign in with an ArcGIS account
To access ArcGIS location services, you need either an ArcGIS Developer account or ArcGIS Online account.
2. Get an API key
Create, manage, and scope API keys in your developer dashboard. Learn more in the Create an API key tutorial.
3. Build a simple mapping app
Use OpenLayers and your API key to create a map that accesses the basemap styles service.
To build this map:
Open the code in .
Replace the
api
with your API key from the dashboard.Key Use dark colors for code blocks Change line
4. Explore tutorials
Follow step-by-step tutorials to learn how to integrate OpenLayers with other location services.

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

Search for an address
Find an address or place using a search box and the geocoding service.

Find a route and directions
Find a route and directions with the route service.
5. Deploy your application
Learn about general guidelines and the Terms of use before distributing your application.