Class DistanceMatrixApi.Response

java.lang.Object
ai.nextbillion.maps.DistanceMatrixApi.Response
All Implemented Interfaces:
ApiResponse<DistanceMatrix>
Enclosing class:
DistanceMatrixApi

public static class DistanceMatrixApi.Response
extends java.lang.Object
implements ApiResponse<DistanceMatrix>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.String errorMessage  
    DistanceMatrixRow[] rows  
    java.lang.String status  
  • Constructor Summary

    Constructors 
    Constructor Description
    Response()  
  • Method Summary

    Modifier and Type Method Description
    ApiException getError()  
    DistanceMatrix getResult()  
    boolean successful()  

    Methods inherited from class java.lang.Object

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