LocationCollection Class
July 26, 2012
Contains a collection of GeoCoordinate items.
System.Object
System.Collections.ObjectModel.Collection<GeoCoordinate>
System.Collections.ObjectModel.ObservableCollection<GeoCoordinate>
Microsoft.Phone.Controls.Maps.LocationCollection
System.Collections.ObjectModel.Collection<GeoCoordinate>
System.Collections.ObjectModel.ObservableCollection<GeoCoordinate>
Microsoft.Phone.Controls.Maps.LocationCollection
Assembly: Microsoft.Phone.Controls.Maps (in Microsoft.Phone.Controls.Maps.dll)
XMLNS for XAML: Not mapped to an xmlns.
The LocationCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from Collection<GeoCoordinate>.) |
![]() | Item | (Inherited from Collection<GeoCoordinate>.) |
![]() | Items | (Inherited from Collection<GeoCoordinate>.) |
Top
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | (Inherited from ObservableCollection<GeoCoordinate>.) |
![]() | PropertyChanged | (Inherited from ObservableCollection<GeoCoordinate>.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IList.Add | (Inherited from Collection<GeoCoordinate>.) |
![]() ![]() | IList.Contains | (Inherited from Collection<GeoCoordinate>.) |
![]() ![]() | ICollection.CopyTo | (Inherited from Collection<GeoCoordinate>.) |
![]() ![]() | IEnumerable.GetEnumerator | (Inherited from Collection<GeoCoordinate>.) |
![]() ![]() | IList.IndexOf | (Inherited from Collection<GeoCoordinate>.) |
![]() ![]() | IList.Insert | (Inherited from Collection<GeoCoordinate>.) |
![]() ![]() | IList.IsFixedSize | (Inherited from Collection<GeoCoordinate>.) |
![]() ![]() | ICollection<T>.IsReadOnly | (Inherited from Collection<GeoCoordinate>.) |
![]() ![]() | IList.IsReadOnly | (Inherited from Collection<GeoCoordinate>.) |
![]() ![]() | ICollection.IsSynchronized | (Inherited from Collection<GeoCoordinate>.) |
![]() ![]() | IList.Item | (Inherited from Collection<GeoCoordinate>.) |
![]() ![]() | IList.Remove | (Inherited from Collection<GeoCoordinate>.) |
![]() ![]() | ICollection.SyncRoot | (Inherited from Collection<GeoCoordinate>.) |


