[beta] Look up geofence suggestions

Returns geofence suggestion candidates for a seed point. Does not create or update a Place. Applies the same selection rules as geofence.auto on Place write.

Rate limit: 5 requests/sec (learn more about rate limits here).

To use this endpoint, select Read Places under the Places category when creating or editing an API token. Learn More.

Submit Feedback: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
double
required

Seed point latitude in WGS84 decimal degrees.

double
required

Seed point longitude in WGS84 decimal degrees.

string

Comma-separated geofence suggestion types in priority order. Values: building, parcel, landUse, boundary, facility, infrastructure.

string
enum

Candidate sort order: smallestFirst (default) or largestFirst. Valid values: smallestFirst, largestFirst

Allowed:
double

Search bound minimum latitude (WGS84 decimal degrees). Must be supplied with minLongitude, maxLatitude, and maxLongitude, or omitted entirely.

double

Search bound minimum longitude (WGS84 decimal degrees).

double

Search bound maximum latitude (WGS84 decimal degrees).

double

Search bound maximum longitude (WGS84 decimal degrees).

double

Drop candidates with area above this value in square meters.

int64

Drop candidates whose source polygon exceeds this vertex count before simplification.

int64

Simplify each returned candidate polygon to at most this many vertices.

integer
1 to 20
Defaults to 5

Page size: max candidates in data[] per page. Default 5, max 20.

string

If specified, this should be the endCursor value from the previous page of results. When present, this request will return the next page of results that occur immediately after the previous page of results.

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json