Class DistanceMatrixRow

java.lang.Object
ai.nextbillion.maps.model.DistanceMatrixRow
All Implemented Interfaces:
java.io.Serializable

public class DistanceMatrixRow
extends java.lang.Object
implements java.io.Serializable
Represents a single row in a Distance Matrix API response. A row represents the results for a single origin.
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    DistanceMatrixElement[] elements
    The results for this row, or individual origin.
  • Constructor Summary

    Constructors 
    Constructor Description
    DistanceMatrixRow()  
  • 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

  • Constructor Details

  • Method Details

    • toString

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