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

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

There is a newer version: 2.6.0
Show newest version
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