MapControl.StartContinuousZoom(Double) 方法

定義

啟動非同步作業以持續放大,直到達到地圖的最大 ZoomLevel 為止。

public:
 virtual void StartContinuousZoom(double rateOfChangePerSecond) = StartContinuousZoom;
void StartContinuousZoom(double const& rateOfChangePerSecond);
public void StartContinuousZoom(double rateOfChangePerSecond);
function startContinuousZoom(rateOfChangePerSecond)
Public Sub StartContinuousZoom (rateOfChangePerSecond As Double)

參數

rateOfChangePerSecond
Double

double

每秒 ZoomLevel中的變更。

備註

ZoomLevel的最大值和最小值取決於地圖檢視的類型:2D、3D 或 Streetside。

屬性2D 範圍3D 範圍街邊範圍
ZoomLevel1-201-2024-26

離開 Streetside 檢視時,地圖會返回先前的檢視設定。 Streetside ZoomLevel 不會在 Streetside 體驗之外維護。

適用於