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

org.opentripplanner.openstreetmap.model.OSMNodeRef Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
package org.opentripplanner.openstreetmap.model;

public class OSMNodeRef {

  private long ref;

  public long getRef() {
    return ref;
  }

  public void setRef(long ref) {
    this.ref = ref;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy