rungwiroon / BlazorGoogleMaps

Blazor interop for GoogleMap library
MIT License
309 stars 99 forks source link

WaypointOrder JsonPropery Error #305

Closed jacksonsfaria closed 6 months ago

jacksonsfaria commented 6 months ago

Please add [JsonPropertyName("waypoint_order")] in DirectionsRoute.cs tou must have forgotten.

Actual public List<int> WaypointOrder { get; set; }

Expected

 [JsonPropertyName("waypoint_order")]
 public List<int> WaypointOrder { get; set; }

if you want a PR. I do!

valentasm1 commented 6 months ago

Thank you vey much https://www.nuget.org/packages/BlazorGoogleMaps/4.0.3