Returns GeoJSON data for ShareStreets point references using map matching filters, based on POST request containing GeoJSON Point FeatureCollection.
-
URL
/match/points
-
Method:
POSTRequest Body
{type:"FeatureCollection", features: [point features...]}A collection of point features. Point features may optionally include abearingproperity expressing point bearing in decimal degress. -
URL Params
Required
authKey=[SharedStrets API Key]Optional:
bearingTolerance=[decimalDegrees]Degrees tolerance (+/-) to allow for directional point queries.searchRadius=[meters]Search radius in meters for snapping points to SharedStreets references. -
Data Params
None
-
Success Response:
-
Code: 200
Content:{type:"FeatureCollection", features: [...]} -
Code: 401 UNAUTHORIZED
Content:{ error : "You are unauthorized to make this request." }
-