类 GeocodingApi.Response

java.lang.Object
ai.nextbillion.maps.GeocodingApi.Response
所有已实现的接口:
ApiResponse<java.lang.String[]>
封闭类:
GeocodingApi

public static class GeocodingApi.Response
extends java.lang.Object
implements ApiResponse<java.lang.String[]>
  • 字段概要

    字段 
    修饰符和类型 字段 说明
    java.lang.String errorMessage  
    java.lang.String[] names  
    java.lang.String status  
  • 构造器概要

    构造器 
    构造器 说明
    Response()  
  • 方法概要

    修饰符和类型 方法 说明
    ApiException getError()  
    java.lang.String[] getResult()  
    boolean successful()  

    从类继承的方法 java.lang.Object

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