ericnewton76/gmaps-api-net

duration_in_traffic JSON property

Zumarok opened this issue · 1 comments

The DirectionLeg class is missing a [JsonProperty("duration_in_traffic")] to handle the response from requests that included an arrival/destination time. Thanks!

I have just added a pull request (#157) that resolves this issue.