MapRouteManeuver.LengthInMeters Property

Definition

Gets the distance in meters to the start of the next maneuver.

public:
 property double LengthInMeters { double get(); };
double LengthInMeters();
public double LengthInMeters { get; }
var double = mapRouteManeuver.lengthInMeters;
Public ReadOnly Property LengthInMeters As Double

Property Value

Double

double

The distance in meters to the start of the next maneuver.

Applies to

See also