gmaps-api-net icon indicating copy to clipboard operation
gmaps-api-net copied to clipboard

Reverse geocode request missing parameters

Open isaac-jordan opened this issue 8 years ago • 0 comments

The GeocodingRequest class is missing a couple optional parameters that Google specifies.

These are the ones I think are missing:

  • result_type (should be a list of strings from an enum)
  • location_type (also a list of strings from an enum)

These two parameters allow a reverse geocoding request to specify the type of result it wants in the response.

API Source

isaac-jordan avatar Aug 17 '15 09:08 isaac-jordan