| Accuracy
|
String
|
A hint on the region in which to search. If a number, then this is a radius in meters, but
it can also take a string that is suffixed with ft to specify feet. If this is not passed in,
then it is assumed to be 0m.
|
| Granularity
|
String
|
This is the minimal granularity of place types to return. Valid values are poi,
neighborhood, city, admin, or country. If no granularity is provided for the request,
neighborhood is assumed. Setting this to city, for example, will find places that have a type
of city, admin, or country.
|
| Latitude
|
String
|
The latitude to search around. This parameter will be ignored unless it is inside the range
-90.0 to 90.0 inclusive. (North is positive.) It will also be ignored if there is not a
corresponding Longitude input.
|
| Longitude
|
String
|
The longitude to search around. The valid ranges for longitude are -180.0 to 180.0
inclusive. (East is positive.) This parameter will be ignored if it is outside that range, if
it is not a number, if Geo_Enabled is disabled, or if there not a corresponding Latitude
input.
|
| MaxResults
|
String
|
A hint as to the number of results to return. This does not guarantee that the number of
results returned will equal MaxResults, but instead informs how many nearby results to return.
|