MapRouteLeg.Path 属性

定义

获取路线段的路径。

public:
 property Geopath ^ Path { Geopath ^ get(); };
Geopath Path();
public Geopath Path { get; }
var geopath = mapRouteLeg.path;
Public ReadOnly Property Path As Geopath

属性值

路线段的路径。

适用于

另请参阅