About 1,597,437 results (1,378 milliseconds)

Getting Lat/Lng from a Click Event | Maps JavaScript API | Google for ...

https://developers.google.com/maps/documentation/javascript/examples/event-click-latlng
This example listens for the click event, gets the latitude and longitude coordinates of the click from google.maps.MapMouseEvent.latLng, and displays those ...

Get realtime updates with Cloud Firestore | Firebase

https://firebase.google.com/docs/firestore/query-data/listen
On this page · Events for local changes · Events for metadata changes · Configure listeners for local changes only · Listen to multiple documents in a collection ...

The data layer | Tag Manager | Google for Developers

https://developers.google.com/tag-platform/tag-manager/datalayer
... event listeners to fire tags when a user interacts with website elements. For example, you may want to fire a conversion tracking tag when a user clicks a ...

Receive messages in a JavaScript client | Firebase Cloud Messaging

https://firebase.google.com/docs/cloud-messaging/js/receive
In order to receive the onMessage event, your app must define the ... For example, "Jimmy replied" conveys more precise information than "New message.

Tutorial | Google Pay API | Google for Developers

https://developers.google.com/pay/api/web/guides/tutorial
The event handler calls loadPaymentData() immediately after it interacts ... example. The onPaymentDataChanged callback is invoked with an ...

Retrieving Data | Firebase Realtime Database

https://firebase.google.com/docs/database/admin/retrieve-data
It cannot be used to add event listeners that receive realtime update notifications. Getting Started. Let's revisit the blogging example from the previous ...

Display KML data | Maps JavaScript API | Google for Developers

https://developers.google.com/maps/documentation/javascript/kml
... example assumes that: You ... addListener event listener focuses on the following: The type of event to listen for. In this tutorial, it is the click event.

Place Autocomplete | Maps JavaScript API | Google for Developers

https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete
Using Closures in Event Listeners · Accessing Arguments in UI Events · Getting ... // This example requires the Places library. Include the libraries ...

[REVIEW] PSR-14 Event Dispatcher

https://groups.google.com/g/php-fig/c/sR4oEQC3Gz8
... Event's own type when determining listener applicability." It seems like ... Laravel has that functionality currently using a junior-regex style naming of events.

Realtime Database triggers | Cloud Functions for Firebase

https://firebase.google.com/docs/functions/database-events
Scopes handler to all instances that match the pattern in the function region. Handle event data. When a Realtime Database event triggers, it passes an Event ...

Add the Firebase Admin SDK to your server

https://firebase.google.com/docs/admin/setup
js SDK as a client for end-user access (for example, in a Node. ... This means there is no provision for adding event listeners to a database reference in order ...

Make markers clickable and accessible | Maps JavaScript API ...

https://developers.google.com/maps/documentation/javascript/advanced-markers/accessible-markers
Complete example code; Try Sample. Security notice: We have ... To make a marker unclickable again, call removeListener to remove the click event listener:.

Integrate Cast SDK into Your Web Sender App | Google for ...

https://developers.google.com/cast/docs/web_sender/integrate
Event listeners for listener functions in the API. The framework consists of ... For example: playerController.addEventListener( cast.framework ...

Proposed Project Structure Recommendation

https://groups.google.com/g/php-fig/c/qinsV68M-DI
... event listeners, doctrine (or whatever your ORM) models, access control code ... (I can't speak to Laravel having not used it.) Is that coupled code or ...

Removing Polylines | Maps JavaScript API | Google for Developers

https://developers.google.com/maps/documentation/javascript/examples/polyline-remove
This example adds a UI control that allows the user to remove the polyline ... // add event listener for click event document.getElementById("add-line ...

Retrieving Data | Firebase Realtime Database

https://firebase.google.com/docs/database/unity/retrieve-data
For example, attaching an event listener to the root of your database is not recommended. The following example demonstrates a game retrieving the scores of ...

Removing Markers | Maps JavaScript API | Google for Developers

https://developers.google.com/maps/documentation/javascript/examples/marker-remove
This example creates a map where each click by the user creates a marker. ... // This event listener will call addMarker() when the map is clicked. map ...

Make markers draggable | Maps JavaScript API | Google for ...

https://developers.google.com/maps/documentation/javascript/examples/advanced-markers-draggable
This example map shows a draggable marker that displays its updated position when dragging is finished (the dragend event is fired).

Google Transliterate API Developer's Guide | Transliterate ...

https://developers.google.com/transliterate/v1/getting_started
Mar 22, 2023 ... ... remove the event listener created in the previous example: transliterationControl.removeEventListener( google.elements.transliteration ...

Communicating with Bluetooth devices over JavaScript ...

https://developers.google.com/web/updates/2015/07/interact-with-ble-devices-on-the-web?hl=en
Note that you can also add a characteristicvaluechanged event listener on a characteristic to handle reading its value. ... In the example below ...