Class DirectionsResult

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

    Fields 
    Modifier and Type Field Description
    DirectionsRoute[] routes
    Routes from the origin to the destination.
  • Constructor Summary

    Constructors 
    Constructor Description
    DirectionsResult()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait