Class StopDetails

java.lang.Object
ai.nextbillion.maps.model.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

    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 Details

    • 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 Details

  • Method Details

    • toString

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