LocationCollection
Represents an ordered collection of Location objects.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
[TypeConverter(typeof(LocationCollectionConverter))]
public class LocationCollection : ObservableCollection<Location>, IList<Location>, ICollection<Location>, IList, ICollection, IReadOnlyList<Location>, IReadOnlyCollection<Location>, IEnumerable<Location>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<Location>ObservableCollection<Location>LocationCollection
Implements:
Inherited Members
Constructors
public LocationCollection()
Methods
Converts a String representation of the LocationCollection into the equivalent LocationCollection class.
public static LocationCollection Parse(string source, bool reversed)
The String representation of the LocationCollection class.
reversedboolIndicates whether string contains coordinates in reversed order (Longitude-Latitude like in KML files).
Returns:The equivalent LocationCollection class.
Converts a String representation of the Point3DCollection into the equivalent Point3DCollection class.
public static LocationCollection Parse(string source)
The String representation of the Point3DCollection class.
Returns:The equivalent Point3DCollection class.
Convert latitude-longitudes to the screen points using settings of the RadMap control.
public PointCollection ToPointCollection(RadMap mapControl)
Map control to use settings from.
Returns:PointCollection
Collection of the screen points.
Creates a String representation of this LocationCollection.
public string ToString(IFormatProvider provider, bool useKmlFormat)
The culture-specific formatting information.
useKmlFormatboolIndicates whether KML syntax should be used.
Returns:A String containing the Location structures in the collection.
Creates a String representation of this LocationCollection.
public string ToString(IFormatProvider provider)
The culture-specific formatting information.
Returns:A String containing the Location structures in the collection.