Namespace GoogleMapsApi.Entities.Roads.Request
Classes
- NearestRoadsRequest
Request for the Roads API Nearest Roads endpoint (
GET https://roads.googleapis.com/v1/nearestRoads). Returns the nearest road segment for each of up to MaxPoints arbitrary points. Unlike Snap to Roads, the input points need not be in order or form a traveled path.
- SnapToRoadsRequest
Request for the Roads API Snap to Roads endpoint (
GET https://roads.googleapis.com/v1/snapToRoads). Snaps up to MaxPathPoints GPS points to the most likely road segments they were traveling along.
- SpeedLimitsRequest
Request for the Roads API Speed Limits endpoint (
GET https://roads.googleapis.com/v1/speedLimits). Returns the posted speed limit for a road segment, either by snapping a Path or by looking up known PlaceIds.
Enums
- SpeedUnits
Unit system requested for Speed Limits results. Sent as the
unitsquery parameter.