ericnewton76 / gmaps-api-net

C# google maps api interface for interacting with the backend web services for Google Maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

duration_in_traffic JSON property

Zumarok opened this issue · 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.