Class ElevationResult

java.lang.Object
com.dlsc.gmapsfx.javascript.JavascriptObject
com.dlsc.gmapsfx.service.elevation.ElevationResult

public class ElevationResult
extends JavascriptObject
Encapsulates the response from the ElevationService for one particular location.
Author:
Geoff Capper
  • Constructor Details

  • Method Details

    • getElevation

      public double getElevation()
      The elevation returned from the ElevationService.
      Returns:
      The elevation in metres.
    • getLocation

      public LatLong getLocation()
      The location for this elevation.
      Returns:
    • getResolution

      public double getResolution()
      The resolution for the elevation, which is the distance in metres between the points that were used to interpolate the elevation.
      Returns: