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"