blockly > Ereignisse > MarkerMove > isCursor
Eigenschaft "Events.MarkerMove.isCursor"
"True", wenn es sich um ein Cursor-Ereignis handelt, andernfalls "False". Informationen zu Cursors im Vergleich zu Markierungen finden Sie unter https://blocklycodelabs.dev/codelabs/keyboard-navigation/index.html?index=..%2F..index#1.
Unterschrift:
isCursor?: boolean;
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-29 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]],[]]