File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 <RazorLangVersion >3.0</RazorLangVersion >
1616 <AddRazorSupportForMvc >true</AddRazorSupportForMvc >
1717 <PackageId >BlazorGoogleMaps</PackageId >
18- <Version >4.13.7 </Version >
18+ <Version >4.13.8 </Version >
1919 <Authors >Rungwiroon</Authors >
2020 <Company >QueueStack Solution</Company >
2121 <Product >BlazorGoogleMaps</Product >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public class PolygonOptions : ListableEntityOptionsBase
4141 /// Any simple arrays are converted into MVCArrays.<br/>
4242 /// Inserting or removing LatLngs from the MVCArray will automatically update the polygon on the map.
4343 /// </summary>
44- public IEnumerable < IEnumerable < LatLngLiteral > > Paths { get ; set ; } = new List < IEnumerable < LatLngLiteral > > ( ) ;
44+ public IEnumerable < IEnumerable < LatLngLiteral > > ? Paths { get ; set ; }
4545
4646 /// <summary>
4747 /// The stroke color. All CSS3 colors are supported except for extended named colors.
You can’t perform that action at this time.
0 commit comments