public interface ReverseGeocoderQuery
| Modifier and Type | Method and Description |
|---|---|
void |
Dispose()
Disposes the ReverseGeocoderQuery class which was constructed at native layer
|
long |
getNativeHandle()
Handle of native pointer address
|
ReverseGeocoderQuery |
withHeading(int heading)
The directional heading of the vehicle in degrees, for travel along a segment of roadway.
|
ReverseGeocoderQuery |
withLanguagePrefix(java.lang.String languagePrefix)
Language in which search results should be returned.
|
ReverseGeocoderQuery |
withRadius(int radius)
If the radius is set, the results will be constrained to the defined area.
|
ReverseGeocoderQuery |
withReturnMatchType(boolean returnMatchType)
Enable return of address match type information.
|
ReverseGeocoderQuery |
withReturnRoadUse(boolean returnRoadUse)
To enable return of the road use array for reversegeocodes at street level.
|
ReverseGeocoderQuery |
withReturnSpeedLimit(boolean returnSpeedLimit)
To enable return of the posted speedlimit (where available).
|
ReverseGeocoderQuery |
withTolerance(boolean tolerance)
The tolerance, in degrees, to either side of the direction specified by angle.
|
long getNativeHandle()
void Dispose()
ReverseGeocoderQuery withRadius(int radius)
radius - Value in meters, no default value.ReverseGeocoderQuery withLanguagePrefix(java.lang.String languagePrefix)
languagePrefix - ReverseGeocoderQuery withHeading(int heading)
heading - ReverseGeocoderQuery withReturnSpeedLimit(boolean returnSpeedLimit)
returnSpeedLimit - speed limit at reverse geocoded locationReverseGeocoderQuery withReturnRoadUse(boolean returnRoadUse)
returnRoadUse - ReverseGeocoderQuery withTolerance(boolean tolerance)
tolerance - ReverseGeocoderQuery withReturnMatchType(boolean returnMatchType)
returnMatchType -