Class Intersection

java.lang.Object
org.deltava.beans.navdata.NavigationDataBean
org.deltava.beans.navdata.Intersection
All Implemented Interfaces:
Serializable, Cloneable, Comparable<NavigationDataBean>, GeoLocation, IconMapEntry, MapEntry, MarkerMapEntry, Cacheable

public class Intersection extends NavigationDataBean
A bean to store Intersection data.
Since:
1.0
Version:
11.4
Author:
Luke
See Also:
  • Constructor Details

    • Intersection

      public Intersection(String code, double lat, double lon)
      Creates a new Intersection object.
      Parameters:
      code - the intersection code
      lat - the latitude in degrees
      lon - the longitude in degrees
  • Method Details