Class StopDetails

  • All Implemented Interfaces:
    java.io.Serializable

    public class StopDetails
    extends java.lang.Object
    implements java.io.Serializable
    The stop/station.

    See Transit details for more detail.

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      LatLng location
      The location of the transit station/stop.
      java.lang.String name
      The name of the transit station/stop.
    • Constructor Summary

      Constructors 
      Constructor Description
      StopDetails()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        public java.lang.String name
        The name of the transit station/stop. E.g. "Union Square".
      • location

        public LatLng location
        The location of the transit station/stop.
    • Constructor Detail

      • StopDetails

        public StopDetails()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object