awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

Awesome GitHub RepositoriesInteractive Map Embeds

Components for embedding interactive geographical maps into mobile applications.

Distinguishing note: The candidates focused on web-native bridges or generic media embeds; this is specifically for mobile map integration.

Explore 6 awesome GitHub repositories matching mobile development · Interactive Map Embeds. Refine with filters or upvote what's useful.

Awesome Interactive Map Embeds GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • react-native-maps/react-native-mapsreact-native-maps का अवतार

    react-native-maps/react-native-maps

    15,971GitHub पर देखें↗

    react-native-maps is a cross-platform mobile map component for iOS and Android that renders interactive geographic data and markers. It provides a native map view and viewport controller to manage camera movement, zoom levels, and coordinate-based animations on mobile devices. The project includes a GeoJSON map renderer for visualizing complex geographic features and an interactive map overlay library for drawing polylines, polygons, and heatmaps. It supports integration with both Google Maps and Apple Maps, allowing developers to switch between providers or apply cloud-based styling and cust

    Triggers callback functions when a user presses on a specific line segment drawn on the map.

    TypeScriptgoogle-mapsmapsreact-native
    GitHub पर देखें↗15,971
  • lelandrichardson/react-native-mapslelandrichardson का अवतार

    lelandrichardson/react-native-maps

    15,966GitHub पर देखें↗

    react-native-maps is a cross-platform map component and visualization library for embedding interactive maps within mobile applications on iOS and Android. It provides a declarative interface for managing geospatial user interfaces, allowing for the rendering of geographical data and location-based features. The library enables the visualization of spatial data through the placement of markers, the creation of custom callouts, and the drawing of polylines and polygons as map overlays. It supports interactive map navigation, including the ability to animate map regions and customize the visual

    Provides a declarative interface for embedding interactive geographical maps within iOS and Android applications.

    TypeScript
    GitHub पर देखें↗15,966
  • geekyants/vue-native-coreGeekyAnts का अवतार

    GeekyAnts/vue-native-core

    8,281GitHub पर देखें↗

    Vue Native is a framework that compiles Vue.js single-file components into React Native primitives, enabling developers to build native iOS and Android applications using Vue syntax. At its core, it provides a build-time compiler that transforms Vue components into React components, while hooking Vue's dependency-tracking reactivity system into React's component lifecycle to trigger re-renders when observed data changes. The framework wraps React Native's native module bridge so Vue components can access device APIs through Vue's reactivity system, and maps Vue's component syntax to React Nat

    Embeds native map views with configurable initial coordinates using Apple Maps or Google Maps.

    JavaScriptandroidframeworkios
    GitHub पर देखें↗8,281
  • python-visualization/foliumpython-visualization का अवतार

    python-visualization/folium

    7,372GitHub पर देखें↗

    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

    Renders interactive maps directly inside Jupyter notebook cells without external hosting.

    Pythondata-sciencedata-visualizationjavascript
    GitHub पर देखें↗7,372
  • giswqs/geemapgiswqs का अवतार

    giswqs/geemap

    3,960GitHub पर देखें↗

    geemap is a Python library and toolkit for interactive geospatial analysis, visualization, and satellite imagery analysis using Google Earth Engine data and cloud computing. It provides a mapping tool for displaying geospatial datasets within Jupyter notebooks and a suite of tools for classifying imagery and calculating zonal statistics. The project includes a utility to convert geospatial analysis scripts from JavaScript into Python code to facilitate data manipulation. It also enables the generation of timelapse animations and time-series visualizations from satellite imagery catalogs. The

    Renders interactive maps directly inside Jupyter notebook cells for geospatial data exploration.

    Python
    GitHub पर देखें↗3,960
  • opengeos/leafmapopengeos का अवतार

    opengeos/leafmap

    3,717GitHub पर देखें↗

    Leafmap is a Python geospatial visualization library designed for creating interactive maps and performing geospatial analysis within Jupyter environments. It provides a comprehensive set of tools for building interactive map interfaces, browsing and visualizing SpatioTemporal Asset Catalog items, and connecting to PostGIS databases for spatial data rendering. The project distinguishes itself through a backend-agnostic rendering system that allows users to switch between different mapping engines while maintaining a consistent API. It features specialized capabilities for Cloud Optimized GeoT

    Embeds interactive map components directly into Jupyter notebook cells for real-time visualization.

    Pythondata-sciencedatavizfolium
    GitHub पर देखें↗3,717
  1. Home
  2. Mobile Development
  3. Interactive Map Embeds

सब-टैग एक्सप्लोर करें

  • Notebook Map EmbedsRenders interactive maps directly inside Jupyter notebook cells without external hosting. **Distinct from Interactive Map Embeds:** Distinct from Interactive Map Embeds: targets Jupyter notebook environments rather than mobile applications.
  • Polyline InteractionHandling user input events specifically on polyline overlays. **Distinct from Interactive Map Embeds:** Focuses on the event callback for polyline presses rather than general interactive embedding.