Teilen über


MapRoute.BoundingBox Eigenschaft

Definition

Ruft das Begrenzungsfeld ab, das die Route enthält.

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

Eigenschaftswert

Das Begrenzungsfeld, das die Route enthält.

Hinweise

Wenn Sie dieses Begrenzungsfeld in MapControl anzeigen möchten, verwenden Sie eine der Überladungen der TrySetViewAsync-Methode , die geoboundingBox als Eingabe akzeptiert.

Gilt für:

Weitere Informationen