Back to Devexpress

GeoPointCollection Class

wpf-devexpress-dot-xpf-dot-map-7081cba7.md

latest1.3 KB
Original Source

GeoPointCollection Class

A collection of geo points.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public class GeoPointCollection :
    ObservableCollection<GeoPoint>
vb
Public Class GeoPointCollection
    Inherits ObservableCollection(Of GeoPoint)

The following members return GeoPointCollection objects:

Inheritance

Object Collection<GeoPoint> ObservableCollection<GeoPoint> GeoPointCollection

See Also

GeoPointCollection Members

DevExpress.Xpf.Map Namespace