To find places with CesiumJS, use the ArcGIS REST JS library to access the ArcGIS Places service.
Steps
- Use CesiumJS to display a scene.
- Reference the ArcGIS REST JS
requestandplacespackages. - Perform a nearby or bounding box place search.
- Optionally, get place details.
- 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 find and get methods in ArcGIS REST JS.
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 find and get methods in ArcGIS REST JS.