Location Object
The object describing location.
Example
{
"longitude": "37.4850729",
"latitude": "-122.1527671",
"name": "Meta Headquarters",
"address": "1 Hacker Way, Menlo Park, CA 94025, USA"
}
Properties
longitude
: string — longitude of the location.latitude
: string — latitude of the location.name
: string (optional) — name of the location.address
: string (optional) — address of the location. Only displayed if name is present.