מפות ומקומות
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.

לאפשר למשתמשים לחקור את העולם באמצעות מפות עשירות שסופקו על ידי Google.
לזהות מיקומים באמצעות סמנים מותאמים אישית, להוסיף נתוני מפה באמצעות שכבות-על של תמונות, להטמיע מפה אחת או יותר כקטעים, להציג פרטים על נקודות עניין בקרבת מקום ועוד.
Maps SDK
Maps SDK for Android הוא חלק מהפלטפורמה של Google Play Services ומאפשר לכם לכלול מפות ופרטי מיפוי מותאמים אישית באפליקציה שלכם. כדי להגדיר את Google Play Services בפרויקט, צריך לפעול לפי המדריך תחילת העבודה, ואז לעיין בתכונות העיקריות של Maps SDK.
הוספת מפה לאפליקציה
באמצעות Maps SDK ל-Android, אפשר להטמיע מפות בפעילות כקטע באמצעות קטע XML. חבילת ה-SDK הזו מציעה תכונות מעניינות כמו מפות תלת-ממדיות, מפות פנימיות, מפות לוויין, מפות טופוגרפיות ומפות היברידיות, משבצות מבוססות-ווקטורים לאחסון במטמון ולציור יעילים, מעברים מונפשים ועוד. איך מוסיפים אובייקט למפה
התאמה אישית של המפה
מוסיפים סמנים למפה כדי לציין נקודות עניין מיוחדות למשתמשים.
אתם יכולים להגדיר צבעים או סמלים מותאמים אישית לסמני המפה כדי שיתאימו למראה ולתחושה של האפליקציה. כדי לשפר עוד יותר את האפליקציה, אפשר לשרטט קווים שבורים ופוליגונים כדי לציין נתיבים או אזורים, או לספק שכבות-על מלאות של תמונות. מידע נוסף על ציור סמנים
שליטה בתצוגה של המשתמש
אפשר לתת למשתמשים תצוגה שונה של העולם באמצעות שליטה במאפייני הסיבוב, ההטיה, הזום וההזזה של נקודת המבט של ה'מצלמה' במפה.
איך משנים את התצוגה
הוספת Street View לאפליקציה
הוספת Street View לפעילות מאפשרת למשתמשים לחקור את העולם באמצעות תצוגות פנורמיות של 360 מעלות. שליטה בתכנות בזום ובכיוון (הטיה וכיוון) של מצלמת Street View, והנפשה של תנועות המצלמה לאורך משך זמן נתון.
Places API
עוזרים למשתמשים למצוא עסקים, מסעדות ונקודות עניין אחרות על סמך המיקום הנוכחי שלהם. בעזרת Places SDK for Android תוכלו לספק למשתמשים מידע רלוונטי ושימושי כמו פרטים ליצירת קשר ושעות פעילות, כשהם צריכים אותו.
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-27 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-27 (שעון UTC)."],[],[],null,["# Maps and places\n\nAllow your users to explore the world with rich maps provided by Google.\nIdentify locations with custom markers, augment the map data with image\noverlays, embed one or more maps as fragments, show details about nearby points\nof interest, and much more.\n\nMaps SDK\n--------\n\nThe [Maps SDK for Android](https://developers.google.com/maps/documentation/android-sdk/) is part of the Google Play services\nplatform and lets you include maps and customized mapping information in your\napp. Follow the [Get Started](https://developers.google.com/maps/documentation/android-sdk/start) guide to set up Google Play services\nin your project, then dive into the key features of the Maps SDK.\n\n#### Add a map to your app\n\nWith Maps SDK for Android, you can embed maps into an activity as a fragment\nusing an XML snippet. This SDK offers exciting features such as 3D maps;\nindoor, satellite, terrain, and hybrid maps; vector-based tiles for efficient\ncaching and drawing; animated transitions; and much more. Learn about how to\n[add a map object](https://developers.google.com/maps/documentation/android-sdk/map).\n\n#### Customize the map\n\nAdd markers onto the map to indicate special points of interest for your users.\nYou can define custom colors or icons for your map markers to match your app's\nlook and feel. To further enhance the app, draw polylines and polygons to\nindicate paths or regions, or provide complete image overlays. Learn more in the\nguide about how to [draw markers](https://developers.google.com/maps/documentation/android-sdk/marker).\n\n#### Control the user's view\n\nGive your users a different view of the world with the ability to control the\nrotation, tilt, zoom, and pan properties of the \"camera\" perspective of the map.\nLearn how to [change the view](https://developers.google.com/maps/documentation/android-sdk/views).\n\n#### Add Street View to your app\n\n[Add Street View](https://developers.google.com/maps/documentation/android-sdk/streetview) into an activity and let your users explore\nthe world through panoramic 360-degree views. Programmatically control the zoom\nand orientation (tilt and bearing) of the Street View camera, and animate the\ncamera movements over a given duration.\n\nPlaces API\n----------\n\nHelp your users find businesses, restaurants, and other points of interest based\non their current location. Use the [Places SDK for Android](https://developers.google.com/maps/documentation/places/android-sdk)\nto provide convenient, relevant information like contact information and\nbusiness hours when your users need it."]]