Skip to content

To find places with CesiumJS, use the ArcGIS REST JS library to access the ArcGIS Places service.

Steps
  1. Use CesiumJS to display a scene.
  2. Reference the ArcGIS REST JS request and places packages.
  3. Perform a nearby or bounding box place search.
  4. Optionally, get place details.
  5. Display the results in the scene.

Nearby places

You can search for nearby places such as cafes, hospitals, or parks, by searching within a distance from a point or device location. You can also filter search results by using place categories.

Find nearby places and details

Learn how to find places within a radius and return details about them. Use the findPlacesNearby and getPlaceDetails methods in ArcGIS REST JS.

Go to tutorial

Places within a bounding box

Place finding is the process of discovering businesses and geographic locations, also known as points of interest (POIs).

Find places and details within a bounding box

Learn how to find places and return details about them using the current visible extent of the scene. Use the findPlacesWithinExtent and getPlaceDetails methods in ArcGIS REST JS.

Go to tutorial

More resources

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.