Action: contains

The contains action returns data that a specified location is contained within. This action is normally associated with endpoints that contain polygon data, allowing to return only the polygons a point / geometry is contained in. This action can be considered the opposite of the within endpoint.

Examples

Returns results that the specified latitude / longitude are contained in.
/endpoint/contains?p=43.765,-97.128

Return results that Minneapolis, MN is contained in.
/endpoint/contains?p=minneapolis,mn

Last modified: September 04, 2020