Forgot password?
Unexpected error occurred

Field Filters

Some Geo Services functions support field filtering that allows you to select which fields are returned. Only functions that could return large amount of data (Nearby) support this filter.

Only REST interface supports this functionality. Simply append comma-separated list of fields to return to the query string: &fields=field1,field2.

Parameters:

FIELDS - list of comma separated fields

Examples:

Request:
http://api.geosvc.com/rest/{REQUEST}&fields=city,distance
Response:
[
    {
        "City": "Hollywood",
        "Distance":       {
            "Value": 0,
            "Unit": "Miles"
        }
    }
]
Not supported
Not supported