MapRoute.LengthInMeters Property

Definition

Gets the length of the route in meters.

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

Property Value

Double

double

The length of the route in meters.

Applies to

See also