Class GeocodingApi.Response

java.lang.Object
ai.nextbillion.maps.GeocodingApi.Response
All Implemented Interfaces:
ApiResponse<java.lang.String[]>
Enclosing class:
GeocodingApi

public static class GeocodingApi.Response
extends java.lang.Object
implements ApiResponse<java.lang.String[]>
  • Field Summary

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

    Constructors 
    Constructor Description
    Response()  
  • Method Summary

    Modifier and Type Method Description
    ApiException getError()  
    java.lang.String[] getResult()  
    boolean successful()  

    Methods inherited from class java.lang.Object

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