An integer that indicates the corresponding value in the original request. Each point in the request maps to at most two segmentsin the response:
A unique identifier for a place. All place IDs returned by the Roads API correspond to road segments.
Place IDs can be used with other Google APIs, including the Places SDK and the Maps JavaScript API.
For example, if you need to get road names for the snapped points returned by the Roads API,
you can pass the placeId
to the Places SDK or the Geocoding API. Within the Roads API,
you can pass the placeId
in a speed limits request to determine the speed limit along that road segment.
Contains a
latitude
andlongitude
value.