public interface Statuses
| Modifier and Type | Field and Description |
|---|---|
static String |
STATUS_INVALID_REQUEST
Indicates the request was invalid, generally indicating a missing parameter
|
static String |
STATUS_NOT_FOUND
Indicates that a resource was could not be resolved
|
static String |
STATUS_OK
Indicates the request was successful.
|
static String |
STATUS_OVER_QUERY_LIMIT
Indicates that you are over the quota for queries to Google Places API
|
static String |
STATUS_REQUEST_DENIED
Indicates that the request was denied
|
static String |
STATUS_UNKNOWN_ERROR
Indicates an internal server-side error
|
static String |
STATUS_ZERO_RESULTS
Indicates that nothing went wrong during the request, but no places were found
|
static final String STATUS_OK
static final String STATUS_ZERO_RESULTS
static final String STATUS_OVER_QUERY_LIMIT
static final String STATUS_REQUEST_DENIED
static final String STATUS_INVALID_REQUEST
static final String STATUS_UNKNOWN_ERROR
static final String STATUS_NOT_FOUND
Copyright © 2014–2015. All rights reserved.