public class ReverseGeocoderSearchQuery
extends com.tomtom.online.sdk.common.jni.BaseRequestQuery
IReverseGeocoderSearchQuery
.
Once constructed, the user cannot change the field values.Constructor and Description |
---|
ReverseGeocoderSearchQuery(java.lang.Double latitude,
java.lang.Double longitude,
java.lang.Integer radius,
java.lang.String languagePrefix,
java.lang.Float heading,
java.lang.String number,
java.lang.Boolean returnSpeedLimit,
java.lang.Boolean returnRoadUse,
java.lang.String roadUse,
java.lang.String entityType,
java.lang.String geopoliticalView)
This creates an an instance of ReverseGeocoderSearchQuery using the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
long |
getNativeHandle() |
long |
prepare() |
public ReverseGeocoderSearchQuery(java.lang.Double latitude, java.lang.Double longitude, java.lang.Integer radius, java.lang.String languagePrefix, java.lang.Float heading, java.lang.String number, java.lang.Boolean returnSpeedLimit, java.lang.Boolean returnRoadUse, java.lang.String roadUse, java.lang.String entityType, java.lang.String geopoliticalView)
latitude
- Determines the latitude of position where reverse geocoding takes place.longitude
- Determines the longitude of position where reverse geocoding takes place.radius
- The maximum distance in meters from the specified position for the reverse geocoder to consider.languagePrefix
- heading
- The directional heading in degrees, usually similar to the course along a road segment.
Entered in degrees, and measured clockwise from north (so north is 0, east is 90, etc.).number
- Determines that a Response may include the side of the street (Left/Right), with an offset position for that number.returnSpeedLimit
- Defines if a Response should return the speed limit (where available).returnRoadUse
- If true, it enables the return of the road use array for reverse geocodes at street level.roadUse
- Restricts reverse geocodes to a certain type of road use (e.g., "Arterial", "Terminal", "Rotary").entityType
- Narrows the search for specified geography entity types (e.g., "Country", "Municipality").geopoliticalView
- Defines what kind of geopolitical view should be used.