Share via


IRoutePath.Geometry Property

Namespace:  Microsoft.Phone.Maps.Services
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

Syntax

'Declaration
ReadOnly Property Geometry As ReadOnlyCollection(Of GeoCoordinate)
ReadOnlyCollection<GeoCoordinate> Geometry { get; }
property ReadOnlyCollection<GeoCoordinate^>^ Geometry {
    ReadOnlyCollection<GeoCoordinate^>^ get ();
}
abstract Geometry : ReadOnlyCollection<GeoCoordinate> with get

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<GeoCoordinate>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

IRoutePath Interface

Microsoft.Phone.Maps.Services Namespace