All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opentripplanner.api.resource.ElevationMetadata Maven / Gradle / Ivy

package org.opentripplanner.api.resource;

/**
 * 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 - 2024 Weber Informatics LLC | Privacy Policy