Class GeolocationApi.Response

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

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

    Fields 
    Modifier and Type Field Description
    double accuracy  
    int code  
    java.lang.String debugInfo  
    java.lang.String domain  
    LatLng location  
    java.lang.String message  
    java.lang.String reason  
  • Constructor Summary

    Constructors 
    Constructor Description
    Response()  
  • Method Summary

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

    Methods inherited from class java.lang.Object

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