Max Zoom

MaxZoomService 類別

google.maps.MaxZoomService 類別

在指定位置提供衛星圖像的情況下,取得最高縮放等級的服務。

呼叫 const {MaxZoomService} = await google.maps.importLibrary("maps") 即可存取。請參閱 Maps JavaScript API 中的程式庫

MaxZoomService
MaxZoomService()
參數:
建立 MaxZoomService 的新執行個體,以便能夠傳送衛星圖像最大縮放等級的相關查詢。
getMaxZoomAtLatLng
getMaxZoomAtLatLng(latlng[, callback])
參數: 
傳回值:  Promise<MaxZoomResult>
傳回 satellite 地圖類型的特定 LatLng 可提供詳細圖像的最大縮放等級。由於此要求為非同步要求,您必須傳遞在完成要求後執行的 callback 函式,也就是傳遞 MaxZoomResult

MaxZoomResult 介面

google.maps.MaxZoomResult 介面

使用 JSON 格式 (擷取自 MaxZoomService) 的 MaxZoom 結果。

zoom
類型:  number
指定 LatLng 處的最大縮放等級。
status optional
類型:  MaxZoomStatus optional
要求的狀態。這個屬性只有在搭配 MaxZoomService.getMaxZoomAtLatLng 使用回呼時才能定義 (使用 Promise 時不會定義)。

MaxZoomStatus 常數

google.maps.MaxZoomStatus 常數

呼叫 getMaxZoomAtLatLng() 完成後,由 MaxZoomService 傳回的狀態。您可以採用值或常數名稱來指定這些參數。例如 'OK'google.maps.MaxZoomStatus.OK

呼叫 const {MaxZoomStatus} = await google.maps.importLibrary("maps") 即可存取。請參閱 Maps JavaScript API 中的程式庫

ERROR 發生不明錯誤。
OK 回應包含有效的 MaxZoomResult