reviewsהשקת Places UI Kit: ספריית רכיבים מוכנה לשימוש בעלות נמוכה, שמאפשרת לכם להוסיף לכל מפה שתבחרו את ממשק המשתמש המוכר של 'מקומות' במפות Google. כדאי לנסות אותו ולשלוח לנו משוב כדי לעזור לנו לעצב את העתיד של GMP.
תצוגת שכבת-על של deck.gl
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הצגת דוגמה
Deck.gl הוא פלטפורמה להמחשה שמבוססת על WebGL ומספקת מגוון רחב של המחשות נתונים דו-ממדיות ותלת-ממדיות קלות לשימוש, עם תמיכה במערכי נתונים גדולים. אפשר להוסיף נתונים להמחשה באמצעות deck.gl עם Maps JavaScript API באמצעות המחלקה GoogleMapsOverlay
של deck.gl.
Deck.gl תומך במספר מקורות נתונים ובפורמטים שונים, וגם ביצירת תצוגות חזותיות מורכבות על ידי עיבוד של כמה שכבות של תצוגות חזותיות במפה.
דרישות
כדי להשתמש ב-deck.gl, צריך להשתמש במפת רסטר או במפה וקטורית שמופיעות בממשק API של JavaScript במפות Google. מומלץ מאוד להשתמש במפת הווקטור כדי לנצל את מלוא היתרונות של התכונות שמבוססות על WebGL במפת הבסיס של Google, כולל הטיה, סיבוב ושליטה מלאה במצלמה בתלת-ממד.
פרטים נוספים על מפות וקטוריות
הספרייה deck.gl בטעינה
אפשר לטעון את deck.gl באפליקציית האינטרנט באמצעות תג סקריפט, או להתקין אותו כמודולים מ-Node Package Manager (NPM).
מידע נוסף זמין במסמכי התיעוד בנושא@deck.gl/google-maps באתר deck.gl.
הוספת ויזואליזציות של deck.gl למפה
כדי להוסיף למפה את הוויזואליזציות של deck.gl, צריך ליצור מופע של המחלקה GoogleMapsOverlay
שסופקה על ידי deck.gl.
מידע נוסף זמין במסמכי העזרה בנושא GoogleMapsOverlay
באתר deck.gl.
ההמחשות שזמינות
Deck.gl מספקת הרבה ויזואליזציות שונות של נתונים דו-ממדיים ותלת-ממדיים, שעברו אופטימיזציה להצגת סוגים שונים של נתונים. רשימה מלאה מופיעה בקטלוג השכבות באתר deck.gl.
דוגמאות
דוגמאות נוספות לשימוש ב-deck.gl וב-Maps JavaScript API:
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-08-27 (שעון UTC).
[null,null,["עדכון אחרון: 2025-08-27 (שעון UTC)."],[[["\u003cp\u003eDeck.gl is a WebGL-powered visualization framework offering diverse 2D and 3D data visualizations, easily integrated with the Maps JavaScript API using its \u003ccode\u003eGoogleMapsOverlay\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eIt supports various data sources and formats, enabling composite visualizations by layering multiple visualization types on the map, best utilized with the vector map for leveraging WebGL's 3D capabilities.\u003c/p\u003e\n"],["\u003cp\u003eDeck.gl can be integrated using a script tag or installed as modules from NPM, with detailed guidance available in the deck.gl documentation.\u003c/p\u003e\n"],["\u003cp\u003eNumerous 2D and 3D visualization options are provided by Deck.gl, optimized for different data types, as showcased in the Layer Catalog on the deck.gl website.\u003c/p\u003e\n"],["\u003cp\u003eExamples demonstrate the integration of Deck.gl and the Maps JavaScript API, including ArcLayer, Trips Layer, and ScatterPlot visualizations.\u003c/p\u003e\n"]]],[],null,["\u003cbr /\u003e\n\n\n[View Sample](/maps/documentation/javascript/examples/deckgl-tripslayer) \n\n[Deck.gl](https://deck.gl) is a WebGL-powered visualization\nframework that provides a variety of easy-to-use 2D and 3D data visualizations\nwith support for large data sets. You can add deck.gl data visualizations with\nthe Maps JavaScript API with deck.gl's [`GoogleMapsOverlay`](https://deck.gl/docs/api-reference/google-maps/google-maps-overlay) class.\n\nDeck.gl supports multiple datasources and formats, as well as creating\ncomposite visualizations by rendering multiple visualization layers on the map.\n\nRequirements\n\nTo use deck.gl you must use the raster or vector map provided by the Maps\nJavaScript API. It is highly recommended that you use the vector map so that\nyou can take full advantage of the WebGL-powered features of Google's basemap,\nincluding tilt, rotation, and full 3D camera control.\n\n[See the vector map overview for details](/maps/documentation/javascript/vector-map).\n\nLoading deck.gl\n\nDeck.gl can be loaded in your web app using either a script tag, or installed\nas modules from Node Package Manager (NPM).\n\nFor more information, see the [@deck.gl/google-maps documentation](https://deck.gl/docs/api-reference/google-maps/overview) on the deck.gl website.\n\nAdding deck.gl visualizations to the map\n\nDeck.gl visualizations are added to the map by creating an instance of the\n`GoogleMapsOverlay` class provided by deck.gl.\n\nFor more information, see the [`GoogleMapsOverlay` documentation](https://deck.gl/docs/api-reference/google-maps/google-maps-overlay) on the deck.gl website.\n\nAvailable visualizations\n\nDeck.gl provides many different 2D and 3D visualizations that are optimized for\ndisplaying different types of data. For a complete list, see the\n[Layer Catalog](https://deck.gl/docs/api-reference/layers) on the\ndeck.gl website.\n\nExamples\n\nSee more examples of deck.gl and Maps JavaScript API in action:\n\n- [Deck.gl ArcLayer](/maps/documentation/javascript/examples/deckgl-arclayer)\n- [Deck.gl HeatmpaLayer](/maps/documentation/javascript/examples/deckgl-heatmap)\n- [Deck.gl Trips Layer](/maps/documentation/javascript/examples/deckgl-tripslayer)\n- [Deck.gl ScatterPlot](/maps/documentation/javascript/examples/deckgl-points)"]]