ReverseGeocoderSearchQuery(latitude: Double!, longitude: Double!, radius: Int!, languagePrefix: String!, heading: Float!, number: String!, returnSpeedLimit: Boolean!, returnRoadUse: Boolean!, roadUse: String!, entityType: String!, geopoliticalView: String!)
This creates an an instance of ReverseGeocoderSearchQuery using the provided parameters. It initializes proper fields with passed parameters.
latitude
- Double!: Determines the latitude of position where reverse geocoding takes place.
longitude
- Double!: Determines the longitude of position where reverse geocoding takes place.
radius
- Int!: The maximum distance in meters from the specified position for the reverse geocoder to consider.
languagePrefix
- String!:
heading
- Float!: 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
- String!: Determines that a Response may include the side of the street (Left/Right), with an offset position for that number.
returnSpeedLimit
- Boolean!: Defines if a Response should return the speed limit (where available).
returnRoadUse
- Boolean!: If true, it enables the return of the road use array for reverse geocodes at street level.
roadUse
- String!: Restricts reverse geocodes to a certain type of road use (e.g., "Arterial", "Terminal", "Rotary").
entityType
- String!: Narrows the search for specified geography entity types (e.g., "Country", "Municipality").
geopoliticalView
- String!: Defines what kind of geopolitical view should be used.