rungwiroon/BlazorGoogleMaps

WaypointOrder JsonPropery Error

jacksonsfaria opened this issue · 1 comments

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!