Module OneMTA

Interface Location

All Known Implementing Classes:
Bus.Stop, Bus.Vehicle, LIRR.Stop, LIRR.Vehicle, MNR.Stop, MNR.Vehicle, Subway.Stop, TransitStop

public interface Location
Indicates that a location can be retrieved.
Since:
1.0.0
Version:
1.0.0
Author:
Katsute
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the latitude.
    Returns the longitude.
  • Method Details

    • getLatitude

      Double getLatitude()
      Returns the latitude.
      Returns:
      latitude
      Since:
      1.0.0
      See Also:
    • getLongitude

      Double getLongitude()
      Returns the longitude.
      Returns:
      longitude
      Since:
      1.0.0
      See Also: