Uses of Enum Class
com.targomo.client.api.request.GeocodingRequest.Option
Packages that use GeocodingRequest.Option
-
Uses of GeocodingRequest.Option in com.targomo.client.api.request
Methods in com.targomo.client.api.request that return GeocodingRequest.OptionModifier and TypeMethodDescriptionstatic GeocodingRequest.OptionReturns the enum constant of this class with the specified name.static GeocodingRequest.Option[]GeocodingRequest.Option.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in com.targomo.client.api.request with type arguments of type GeocodingRequest.OptionModifierConstructorDescriptionGeocodingRequest(javax.ws.rs.client.Client client, ESRIAuthenticationDetails authenticationDetails, Map<GeocodingRequest.Option, String> extraOptions, int requestTimeOutInMs) 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)