Bản khảo sát nghiên cứu: Cho chúng tôi biết trải nghiệm của bạn khi sử dụng Blockly
Bắt đầu khảo sát
chặn > Sự kiện > MarkerMove > (Di chuyển điểm đánh dấu) isCursor
Thuộc tính Events.MarkerMove.isCursor
"True" nếu đây là sự kiện con trỏ, nếu không thì sai. Để biết thông tin về con trỏ và điểm đánh dấu, hãy xem https://blocklycodelabs.dev/codelabs/keyboard-navigation/index.html?index=..%2F..index#1.
Chữ ký:
isCursor?: boolean;
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-08-29 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-08-29 UTC."],[[["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."]]],[]]