MapRoute.BoundingBox 属性

定义

获取包含路由的边界框。

public:
 property GeoboundingBox ^ BoundingBox { GeoboundingBox ^ get(); };
GeoboundingBox BoundingBox();
public GeoboundingBox BoundingBox { get; }
var geoboundingBox = mapRoute.boundingBox;
Public ReadOnly Property BoundingBox As GeoboundingBox

属性值

包含路由的边界框。

注解

如果要在 MapControl 中显示此边界框,请使用接受 GeoboundingBox 作为输入的 TrySetViewAsync 方法的重载之一。

适用于

另请参阅