GeoCoordinates
נתוני המיקום הגיאוגרפי של מיקום מסוים, כולל קו הרוחב, קו האורך והכתובת.
ייצוג ב-JSON |
{
"latitude": number,
"longitude": number,
// Union field addresses can be only one of the following:
"address": {
object (PostalAddress )
},
"unstructuredAddress": string
// End of list of possible types for union field addresses .
} |
שדות |
latitude |
number
קו רוחב במעלות. (אופציונלי)
|
longitude |
number
קו האורך במעלות. (אופציונלי)
|
שדה איחוד addresses . הכתובת של המיקום יכולה להיות מובנית או לא מובנית. הערך של addresses יכול להיות רק אחת מהאפשרויות הבאות: |
address |
object (PostalAddress )
הכתובת לדברי דואר של המיקום, מועדף.
|
unstructuredAddress |
string
אפשר גם לספק כתובת לא מובנית כחלופה. לדוגמה: 1600 amphitheatre parkway mountain view, ca 94043
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-10-18 (שעון UTC).
[null,null,["עדכון אחרון: 2024-10-18 (שעון UTC)."],[[["The Geo data of a location includes latitude, longitude, and address, represented in JSON format."],["Address can be provided in a structured format using `address` field (PostalAddress object) or an unstructured format using `unstructuredAddress` field (string)."],["Latitude and longitude are represented as numbers in degrees and are optional fields within the Geo data."]]],[]]