Record

place

No description available.

record place {
  contained-within: option​<list​<place-id>>,
  country: option​<string>,
  country-code: option​<country-code>,
  full-name: string,
  geo: option​<geo>,
  id: place-id,
  name: option​<string>,
  place-type: option​<place-type>,
}

Fields

NameTypeDescription
contained-withinoption​<list​<place-id>>
countryoption​<string>
country-codeoption​<country-code>
full-namestring
geooption​<geo>
idplace-id
nameoption​<string>
place-typeoption​<place-type>