diff --git a/GoogleApi/Entities/Maps/Directions/Response/Step.cs b/GoogleApi/Entities/Maps/Directions/Response/Step.cs index c5527589..7b0b4559 100644 --- a/GoogleApi/Entities/Maps/Directions/Response/Step.cs +++ b/GoogleApi/Entities/Maps/Directions/Response/Step.cs @@ -47,7 +47,6 @@ public class Step /// fork-right, ferry, ferry-train, roundabout-left, roundabout-right. /// Values in this list are subject to change. /// - [JsonPropertyName("maneuverAction")] public virtual ManeuverAction Maneuver { get; set; } /// diff --git a/GoogleApi/GoogleApi.csproj b/GoogleApi/GoogleApi.csproj index 4d5aaa25..c866aa9f 100644 --- a/GoogleApi/GoogleApi.csproj +++ b/GoogleApi/GoogleApi.csproj @@ -7,9 +7,9 @@ True AnyCPU - 5.4.3.0 - 5.4.3.0 - 5.4.3.0 + 5.4.4.0 + 5.4.4.0 + 5.4.4.0 True GoogleApi.snk latest @@ -21,7 +21,7 @@ Google Places, Maps, Roads, Search and Translate. Requests and Responses are complete with Google api documentation and references. google api map maps place places elevation snaptoroad snaptoroads snap road roads speed speedlimit coordinate geo geocode geocoder geocoding geolocation search text nearby radar translate translation detect detection language languages nearest geography point geocoordinate address location latitude longitude distance duration matrix distancematrix direction directions travel path journey trip photo photos timezone time zone autocomplete auto-complete traffic spatial - - Fixed upper-case travel-mode not working for Maps Directions. + - Fixed incorrect manuever serialization for directions api. LICENSE.txt GitHub