封鎖 >事件 >MarkerMove >isCursor
Events.MarkerMove.isCursor 屬性
如果這是遊標事件,則為 True,否則傳回 false。如要進一步瞭解遊標和標記,請參閱 https://blocklycodelabs.dev/codelabs/keyboard-navigation/index.html?index=..%2F..index#1。
Signature:
isCursor?: boolean;
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-29 (世界標準時間)。
[null,null,["上次更新時間:2024-08-29 (世界標準時間)。"],[[["Send geolocation requests as POST to `https://www.googleapis.com/geolocation/v1/geolocate?key=YOUR_API_KEY`, including your API key."],["Structure the request body as JSON, optionally providing cell tower and WiFi access point data for improved accuracy; requests without a body will use the requester's IP address."],["The `cellTowers` array within the request body uses `cellId` for 2G/3G/4G cell IDs and `newRadioCellId` for 5G; see documentation for calculation specifics and valid ranges."],["Include at least two WiFi access points in the `wifiAccessPoints` array to improve location accuracy, ensuring they represent distinct physical devices with universally administered MAC addresses."],["Successful responses provide the estimated `location` (latitude and longitude) and `accuracy` (radius in meters) of the geolocation."]]],[]]