ReadOnlyCoordPointCollection(ObservableCollection<CoordPoint>) Constructor
Initializes a new instance of the ReadOnlyCoordPointCollection class with the specified settings.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
list | ObservableCollection<CoordPoint> | A collection of CoordPoint objects. |
See Also