| Package | Description |
|---|---|
| net.motionintelligence.client.api.request |
| Modifier and Type | Method and Description |
|---|---|
static GeocodingRequest.Option |
GeocodingRequest.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeocodingRequest.Option[] |
GeocodingRequest.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GeocodingRequest(javax.ws.rs.client.Client client,
ESRIAuthenticationDetails authenticationDetails,
Map<GeocodingRequest.Option,String> extraOptions)
Use a custom client implementation for the geo coding request with non-default request parameters and
ESRI credentials).
|
GeocodingRequest(javax.ws.rs.client.Client client,
Map<GeocodingRequest.Option,String> extraOptions)
Use a custom client implementation for the geo coding request with non-default request parameters and no
ESRI credentials)
|
Copyright © 2017. All rights reserved.