Stay organized with collections
Save and categorize content based on your preferences.
blockly > Events > MarkerMove > isCursor
Events.MarkerMove.isCursor property
True if this is a cursor event, false otherwise. For information about cursors vs markers see https://blocklycodelabs.dev/codelabs/keyboard-navigation/index.html?index=..%2F..index#1.
Signature:
isCursor?: boolean;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 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."]]],[]]