Measure distance

Display the measured distance by drawing lines on the map.

measure

How to use the sample

  1. Open the Measure scene.
  2. Set your API Key in the ArcGIS Map game object using the Inspector window.
  3. While holding shift, click on the map to begin measuring. Continue to click on the map to add additional vertices. The accumulated distance will be shown. This sample is only set up to work with a mouse and keyboard.

How it works

  1. This sample uses ArcGISGeometryEngine to calculate distance.
  2. The measured distance is geodetic/geodesic distance. Geodetic distance is calculated in a 3D spherical space as the distance across the curved surface of the world. You can find more information about the differences between geodesic and planar distance in the ArcGIS Pro documentation.
  3. Interpolation points are optional and are used to align line segments to terrain.

Tags

measure, geometry, analysis, raycast

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