LocationInfoLog
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מיקום עם מזהים נוספים ב-Deliveries API.
| ייצוג ב-JSON |
{
"point": {
object (LatLng)
},
"place": string,
"pointLocationSource": enum (PointSourceLog)
} |
| שדות |
point |
object (LatLng)
קו הרוחב/קו האורך של המיקום.
|
place |
string
שם המשאב של המקום שמייצג את המיקום הזה. הפורמט הוא places/{place_id}.
|
pointLocationSource |
enum (PointSourceLog)
המקור של השדה latlng point.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-08-31 (שעון UTC).
[null,null,["עדכון אחרון: 2025-08-31 (שעון UTC)."],[],["The JSON representation of a location in the Deliveries API includes a `point` field. This `point` is an object containing the latitude and longitude (`LatLng`) coordinates of the location. The provided schema defines the structure for specifying a geographic location using the `LatLng` object within the `point` field. The core information is that a `location` is represented with a `point` that holds `LatLng`.\n"]]