awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesMap Event Listeners

Mechanisms for triggering actions based on map-specific interactions like clicks and camera movements.

Distinct from Event Mapping Systems: Shortlist candidates focus on network listeners or generic UI events, not map-viewport-specific event listening.

Explore 4 awesome GitHub repositories matching user interface & experience · Map Event Listeners. Refine with filters or upvote what's useful.

Awesome Map Event Listeners GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • facebookarchive/asyncdisplaykitAvatar facebookarchive

    facebookarchive/AsyncDisplayKit

    13,345Vezi pe GitHub↗

    AsyncDisplayKit is an asynchronous UI framework and performance library for iOS. It provides a collection of performant alternatives to standard views, allowing developers to build responsive interfaces by offloading layout and rendering tasks to background threads. The framework is centered around a declarative layout engine based on a flexbox model, which calculates element positions and sizes asynchronously. It utilizes a node-based abstraction to wrap native views, enabling the instantiation and configuration of UI hierarchies on background threads to prevent main thread blocking. The sy

    Reacts to user interactions and map events through delegates that follow map view protocols.

    Objective-C++
    Vezi pe GitHub↗13,345
  • paullecam/react-leafletAvatar PaulLeCam

    PaulLeCam/react-leaflet

    5,592Vezi pe GitHub↗

    Acest proiect este o bibliotecă de componente GIS și un wrapper React pentru biblioteca de mapare Leaflet. Acționează ca o punte între API-ul imperativ Leaflet și gestionarea declarativă a stării în React, permițând crearea de hărți geografice interactive și vizualizări de date spațiale. Biblioteca utilizează o arhitectură bazată pe componente pentru a randa hărți cu markere și straturi. Sincronizează DOM-ul virtual React cu registrul intern de straturi al hărții pentru a menține o stare geografică consistentă, mapând ciclurile de viață ale componentelor la adăugarea și eliminarea straturilor hărții. Instrumentul oferă capabilități pentru gestionarea dinamică a stării hărții și integrarea evenimentelor hărții. Permite distribuirea instanțelor hărții printr-un provider și expune instanța Leaflet subiacentă prin referințe pentru acces direct la metodele API de nivel scăzut ale hărții.

    Implements mechanisms for triggering actions based on map-specific interactions like clicks and camera movements.

    TypeScriptjavascriptleafletleaflet-maps
    Vezi pe GitHub↗5,592
  • googlemaps/android-maps-utilsAvatar googlemaps

    googlemaps/android-maps-utils

    3,597Vezi pe GitHub↗

    This project is a utility library for the Google Maps SDK for Android, providing a suite of specialized tools for rendering geospatial data, calculating spherical geometry, and visualizing map markers and heatmaps. It serves as a helper collection to handle complex geospatial tasks within Android applications. The library features a marker clustering tool to group nearby markers into single icons and a map data visualizer for generating heatmaps based on the intensity and distribution of geographic points. It also includes a polyline encoding tool for compressing coordinate sequences into com

    Triggers specific actions in response to user interactions such as map clicks, camera movements, or overlay events.

    Javaandroidgeojsongoogle-maps
    Vezi pe GitHub↗3,597
  • sebholstein/angular-google-mapsAvatar sebholstein

    sebholstein/angular-google-maps

    2,028Vezi pe GitHub↗

    This project is a collection of reusable components designed to integrate Google Maps into web applications built with the Angular framework. It provides a declarative interface for embedding interactive maps, allowing developers to configure map instances, markers, and overlays directly through standard framework templates and property bindings. The library distinguishes itself by wrapping imperative mapping services into a lifecycle-managed architecture. It handles the asynchronous loading of external mapping scripts and ensures that map instances and event listeners are properly cleaned up

    Captures and responds to map-specific user interactions like clicks, drags, and zooms.

    TypeScriptagmangularangular2
    Vezi pe GitHub↗2,028
  1. Home
  2. User Interface & Experience
  3. Map Event Listeners