We are using the Synchronous Snap to Roads API. Could you point us to any documentation on how the Speed Limit for School Zone is provided in the results?
Our observation based on a few limited examples is we get:
Reduced School Zone Speed Limit if we do not provide timestamps in the call.
The Non Reduced speed limit when we call the API with the time stamps.
Does the API provide the second result independent of the time of the trip, or depend on the time of the day when schools are open (for example, 8:00 AM through 4 PM).
Thank you, Przemek. Would we be getting different speed limits (i.e. reduced school zone speed limit and non-reduced) depending on the time of the day? For example, if the time stamp was 8 AM, we should be getting the reduced speed limit and if it was 11:00 PM we should get the non-reduced speed limit.
We are also getting this error when we send timestamps. Not always.
Response:
{
“detailedError”: {
“code”: “Internal Server Error”,
“message”: “Server encountered an error”
}
}
Thank you. We do not get the error now. However, we get the same non-limiting speed limit (higher speed) for all times (day or night) when we pass timestamps, and we get the limiting speed limit (lower school zone limit) when we don’t pass any time stamp. This is the original behavior we reported. Please let us know. Thanks.