org.opentripplanner.api.resource.ElevationMetadata Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of otp Show documentation
Show all versions of otp Show documentation
The OpenTripPlanner multimodal journey planning system
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 - 2025 Weber Informatics LLC | Privacy Policy