This topic has not yet been rated - Rate this topic

LocationCollection Class

July 26, 2012

Contains a collection of GeoCoordinate items.

Namespace:  Microsoft.Phone.Controls.Maps
Assembly:  Microsoft.Phone.Controls.Maps (in Microsoft.Phone.Controls.Maps.dll)
XMLNS for XAML: Not mapped to an xmlns.
[TypeConverterAttribute(typeof(LocationCollectionConverter))]
public class LocationCollection : ObservableCollection<GeoCoordinate>
<LocationCollection .../>

The LocationCollection type exposes the following members.

  NameDescription
Public methodLocationCollectionInitializes a new instance of the LocationCollection class.
Top
  NameDescription
Public propertyCount (Inherited from Collection<GeoCoordinate>.)
Public propertyItem (Inherited from Collection<GeoCoordinate>.)
Protected propertyItems (Inherited from Collection<GeoCoordinate>.)
Top
  NameDescription
Public methodAdd (Inherited from Collection<GeoCoordinate>.)
Public methodClear (Inherited from Collection<GeoCoordinate>.)
Protected methodClearItems (Inherited from ObservableCollection<GeoCoordinate>.)
Public methodContains (Inherited from Collection<GeoCoordinate>.)
Public methodCopyTo (Inherited from Collection<GeoCoordinate>.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from Collection<GeoCoordinate>.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from Collection<GeoCoordinate>.)
Public methodInsert (Inherited from Collection<GeoCoordinate>.)
Protected methodInsertItem (Inherited from ObservableCollection<GeoCoordinate>.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnCollectionChanged (Inherited from ObservableCollection<GeoCoordinate>.)
Protected methodOnPropertyChanged (Inherited from ObservableCollection<GeoCoordinate>.)
Public methodRemove (Inherited from Collection<GeoCoordinate>.)
Public methodRemoveAt (Inherited from Collection<GeoCoordinate>.)
Protected methodRemoveItem (Inherited from ObservableCollection<GeoCoordinate>.)
Protected methodSetItem (Inherited from ObservableCollection<GeoCoordinate>.)
Public methodToString (Inherited from Object.)
Top

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.