awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tomchentw avatar

tomchentw/react-google-maps

0
View on GitHub↗
4,626 estrellas·927 forks·JavaScript·MIT·2 vistastomchentw.github.io/react-google-maps↗

React Google Maps

Este proyecto es un wrapper de Google Maps para React y biblioteca de integración que une la API de JavaScript de Google Maps con una arquitectura declarativa basada en componentes. Proporciona un componente de mapa interactivo para renderizar vistas de mapas, marcadores y superposiciones utilizando coordenadas geográficas y HTML personalizado.

La biblioteca sirve como una herramienta de visualización de datos geográficos y una interfaz de búsqueda basada en mapas. Permite la implementación de funcionalidad de búsqueda de lugares y entradas de autocompletado integradas directamente con la vista del mapa.

La superficie de capacidades cubre servicios basados en ubicación, incluyendo visualización de rutas, vista panorámica de calle y la creación de formas geométricas de mapas. Admite diversas opciones de renderizado como capas de datos especializadas para tráfico y mapas de calor, superposiciones de HTML y canvas personalizados, y agrupación de marcadores para gestionar conjuntos de puntos de alta densidad. Herramientas de dibujo interactivas y ventanas de información también están disponibles para definir áreas y proporcionar detalles de ubicación.

Features

  • React Map Components - Provides a comprehensive set of React wrappers that map component props to Google Maps API methods.
  • Map Search Integrations - Integrates a map-based search interface and autocomplete inputs to query and retrieve location data from search providers.
  • Geographic Visualization Tools - Enables visualization of spatial data through heatmaps, polygons, and custom data layers.
  • Google Maps API Wrappers - Bridges the imperative Google Maps JavaScript API with a declarative React component architecture.
  • Prop-Driven State Synchronization - Automatically synchronizes map properties such as zoom and center via React component props.
  • Geographic Coordinate Mapping - Provides the fundamental logic for projecting geographic coordinates into 2D map positions for markers and shapes.
  • Map Data Overlays - Implements the synchronization of React state with custom data layers rendered over the map.
  • Google Maps Web Integrations - Embeds and manages interactive Google Maps views within React web applications.
  • Interactive Map Renderers - Provides a high-level renderer for embedding interactive geographical maps in web apps.
  • Map-Based Search Interfaces - Implements a search interface with autocomplete inputs integrated directly with the map view.
  • Extended Map Layer Capabilities - Supports specialized data layers such as real-time traffic and heatmaps for geographic context.
  • Interactive Map Overlays - Implements interactive map overlays that allow custom HTML content and media markers to be rendered over the map.
  • Geospatial Geometric Overlays - Allows the creation of geometric overlays such as circles and polygons to define specific areas or paths on the map.
  • Panoramic Street View Integrations - Integrates panoramic street-level imagery and custom overlays for a first-person perspective of locations.
  • Panoramic Street View Renderers - Implements a panoramic street-level view of specific locations with support for integrated custom content overlays.
  • Location Services - Integrates location services for place search and route navigation within the map view.
  • DOM-to-Map Bridges - Allows rendering dynamic React-managed HTML elements anchored to specific geographic coordinates.
  • Geographic Canvas Overlays - Provides the ability to render custom HTML or canvas elements as overlays anchored to specific map coordinates.
  • Interactive Drawing Tools - Provides interactive drawing tools for users to manually create and manipulate shapes and markers on the map.
  • Marker Clustering - Includes marker clustering to organize high-density point sets and improve performance.
  • Marker Management - Provides functionality to place custom markers and organize them via clustering to reduce clutter.
  • Marker Information Windows - Ships pop-up information windows that provide detailed contextual content when users interact with map markers.
  • Geographic Route Visualization - Provides tools to visualize calculated routes between origins and destinations using styled line overlays.

Historial de estrellas

Gráfico del historial de estrellas de tomchentw/react-google-mapsGráfico del historial de estrellas de tomchentw/react-google-maps

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace tomchentw/react-google-maps?

Este proyecto es un wrapper de Google Maps para React y biblioteca de integración que une la API de JavaScript de Google Maps con una arquitectura declarativa basada en componentes. Proporciona un componente de mapa interactivo para renderizar vistas de mapas, marcadores y superposiciones utilizando coordenadas geográficas y HTML personalizado.

¿Cuáles son las características principales de tomchentw/react-google-maps?

Las características principales de tomchentw/react-google-maps son: React Map Components, Map Search Integrations, Geographic Visualization Tools, Google Maps API Wrappers, Prop-Driven State Synchronization, Geographic Coordinate Mapping, Map Data Overlays, Google Maps Web Integrations.

¿Qué alternativas de código abierto existen para tomchentw/react-google-maps?

Las alternativas de código abierto para tomchentw/react-google-maps incluyen: sebholstein/angular-google-maps — This project is a collection of reusable components designed to integrate Google Maps into web applications built with… hpneo/gmaps — gmaps is a library that provides a wrapper for the Google Maps API, serving as a geospatial data toolkit and… anmolsaini16/mapcn — MapCN is a React component library that wraps MapLibre GL into declarative, composable building blocks for interactive… python-visualization/folium — Folium is a Python library that builds interactive Leaflet.js maps directly from Python data structures, enabling… googlemaps/android-maps-utils — This project is a utility library for the Google Maps SDK for Android, providing a suite of specialized tools for… visgl/react-map-gl — react-map-gl is a library of reusable components and hooks for embedding high-performance WebGL map visualizations…

Alternativas open-source a React Google Maps

Proyectos open-source similares, clasificados según cuántas características comparten con React Google Maps.
  • sebholstein/angular-google-mapsAvatar de sebholstein

    sebholstein/angular-google-maps

    2,028Ver en 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

    TypeScriptagmangularangular2
    Ver en GitHub↗2,028
  • hpneo/gmapsAvatar de HPNeo

    HPNeo/gmaps

    6,984Ver en GitHub↗

    gmaps is a library that provides a wrapper for the Google Maps API, serving as a geospatial data toolkit and interactive map renderer. It simplifies the integration of interactive maps into web applications by managing the embedding of map views and the lifecycle of markers. The project distinguishes itself through a specialized set of utilities for geocoding, which converts physical addresses to geographic coordinates and vice versa. It also includes a static map generator for creating non-interactive map images for lightweight environments. The capability surface covers geographic data vis

    JavaScript
    Ver en GitHub↗6,984
  • anmolsaini16/mapcnAvatar de AnmolSaini16

    AnmolSaini16/mapcn

    5,965Ver en GitHub↗

    MapCN is a React component library that wraps MapLibre GL into declarative, composable building blocks for interactive maps. It provides a set of small, reusable components for rendering maps, placing markers, drawing routes, and clustering points, all managed through React hooks, context, and refs for state and lifecycle control. The library distinguishes itself by offering a complete set of map features as individual React components that automatically adapt to light and dark themes. It includes components for interactive map rendering with zero configuration, marker placement with popups a

    TypeScript
    Ver en GitHub↗5,965
  • python-visualization/foliumAvatar de python-visualization

    python-visualization/folium

    7,372Ver en GitHub↗

    Folium is a Python library that builds interactive Leaflet.js maps directly from Python data structures, enabling geographic data visualization in Jupyter notebooks or as standalone HTML pages. It creates maps centered on given coordinates with configurable zoom, tiles, and dimensions, and supports embedding those maps inside web routes for serving in browsers. The library provides a comprehensive set of tools for data-driven map creation, including choropleth maps that bind tabular data to geographic geometries, colormap application to markers and polygons, and GeoJSON data overlay and visua

    Pythondata-sciencedata-visualizationjavascript
    Ver en GitHub↗7,372
  • Ver las 30 alternativas a React Google Maps→