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"