4 रिपॉजिटरी
User interface patterns that respond to geographic interactions like marker dragging and region changes.
Distinct from Interactive Map Viewers: Candidates focus on AI mapping or generic viewers; this is about building functional UI workflows around map events.
Explore 4 awesome GitHub repositories matching user interface & experience · Interactive Map Workflows. Refine with filters or upvote what's useful.
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
Enables the creation of user interfaces that respond to map events like marker dragging and region changes.
Mapbox GL JS एक WebGL मैप रेंडरिंग इंजन और इंटरैक्टिव वेब मैप फ्रेमवर्क है जिसका उपयोग ब्राउज़र में वेक्टर टाइल्स, रैस्टर इमेजरी और 3D टेरेन को रेंडर करने के लिए किया जाता है। यह एक वेक्टर टाइल मैप लाइब्रेरी और जियोस्पेशियल डेटा विज़ुअलाइज़ेशन टूल के रूप में कार्य करता है, जो जियोस्पेशियल डेटा को इंटरैक्टिव मैप्स में बदलने के लिए GPU-त्वरित शेडर्स का उपयोग करता है। यह प्रोजेक्ट सीधे रेंडरिंग पाइपलाइन में कस्टम WebGL लेयर्स के एकीकरण और फीचर गुणों को विज़ुअल विशेषताओं से मैप करने के लिए डेटा-संचालित एक्सप्रेशंस के उपयोग के माध्यम से खुद को अलग करता है। यह PMTiles के माध्यम से विशेष डेटा लोडिंग का समर्थन करता है और लोकल पैक्स और डेटाबेस के माध्यम से ऑफ़लाइन मैप प्रबंधन प्रदान करता है। इंजन क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है, जिसमें प्रकाश और छाया के साथ 3D टेरेन और बिल्डिंग रेंडरिंग, रीयल-टाइम उपयोगकर्ता स्थान ट्रैकिंग, और प्रोग्रामेटिक कैमरा एनिमेशन शामिल हैं। यह फीचर पुनर्प्राप्ति, गतिशील फ़िल्टरिंग, और HTML मार्कर्स और सूचना पॉपअप के लिए एक UI सिस्टम के लिए स्थानिक क्वेरी प्रदान करता है। लाइब्रेरी में ऐसे बंडलों को उत्पन्न करने के लिए बिल्ड कॉन्फ़िगरेशन शामिल हैं जो वेब वर्कर्स के लिए कंटेंट सिक्योरिटी पॉलिसी प्रतिबंधों को पूरा करते हैं।
Provides an interactive interface for panning, zooming, and querying geospatial features in the browser.
FloatingPanel iOS के लिए एक Swift UI घटक है जो एक इंटरैक्टिव बॉटम शीट और पैनल मैनेजर प्रदान करता है। यह एक मोडल प्रेजेंटेशन कंट्रोलर के रूप में कार्य करता है जो डेवलपर्स को मुख्य स्क्रीन के साथ संबंधित सामग्री और यूटिलिटीज़ के लिए फ़्लोटिंग कंटेनर प्रदर्शित करने की अनुमति देता है। यह सिस्टम पैनल को पूर्व-निर्धारित ऊर्ध्वाधर स्थितियों पर स्नैप करने के लिए एक चुंबकीय एंकर प्रणाली का उपयोग करता है और एक ही व्यू के भीतर कई पैनलों के मैनेजमेंट का समर्थन करता है। यह यूज़र इंटरैक्शन के दौरान मूवमेंट को समन्वित करने के लिए आंतरिक व्यूज़ के स्क्रॉलिंग व्यवहार के साथ पैनल की स्थिति को सिंक्रोनाइज़ करता है। यह प्रोजेक्ट जेस्चर-आधारित पोज़िशन ट्रैकिंग, स्टेट-ड्रिवन लेआउट गणना और डेलिगेट-आधारित इवेंट डिस्पैच के लिए क्षमताओं को कवर करता है। इन एलिमेंट्स का उपयोग प्रासंगिक कंटेंट डिस्प्ले, कस्टम मोडल्स और इंटरैक्टिव मैप-आधारित इंटरफ़ेस को लागू करने के लिए किया जाता है।
Enables the creation of map-based layouts where sliding panels provide location details and search results.
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
Defines UI patterns and behaviors that respond to geographic interactions, camera controls, and map events.