Using the API to update the Location field, the lat
and lng
parameters are required. Therefore I believe the Location field has the lat/lng for each item on the board. Is it possible to get access to this lat
/ lng
from the API upon querying it?
Apologies for sending this message too soon, with the updated API I now see the option to grab specific fields for column values. I’ll leave the question up for anyone who gets use out of it, but the appropriate addition to your query should be something like this:
column_values {
id
text
... on LocationValue {
lat
lng
}
}
Refer to this page for additional info: