Class DirectionsResult

  • All Implemented Interfaces:
    java.io.Serializable

    public class DirectionsResult
    extends java.lang.Object
    implements java.io.Serializable
    DirectionsResult represents a result from the Google Directions API Web Service.

    Please see Directions API for more detail.

    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • routes

        public DirectionsRoute[] routes
        Routes from the origin to the destination. See Routes for more detail.
    • Constructor Detail

      • DirectionsResult

        public DirectionsResult()