
org.opentripplanner.ext.restapi.model.ElevationMetadata Maven / Gradle / Ivy
The newest version!
package org.opentripplanner.ext.restapi.model;
/**
* Contains elevation-specific metadata to be included in the response
*
* Created by demory on 2/16/17.
*/
public class ElevationMetadata {
public Double ellipsoidToGeoidDifference;
public Boolean geoidElevation;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy