Share via


RouteLeg.Geometry Property

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

Syntax

'Declaration
Public Property Geometry As ReadOnlyCollection(Of GeoCoordinate)
public ReadOnlyCollection<GeoCoordinate> Geometry { get; internal set; }
public:
virtual property ReadOnlyCollection<GeoCoordinate^>^ Geometry {
    ReadOnlyCollection<GeoCoordinate^>^ get () sealed;
    internal: void set (ReadOnlyCollection<GeoCoordinate^>^ value) sealed;
}
abstract Geometry : ReadOnlyCollection<GeoCoordinate> with get, internal set 
override Geometry : ReadOnlyCollection<GeoCoordinate> with get, internal set

Property Value

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

Implements

IRoutePath.Geometry

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

RouteLeg Class

Microsoft.Phone.Maps.Services Namespace