You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A potential customer asked about splitting Google Maps API address components into separate fields. We currently return the whole address as a single field:
"address": "72 W 38th St, New York, NY 10018".
The potential customer is interested in getting the data back as something like:
{
"street": "72 W 38th St",
"city": "New York",
"state": "NY",
"zip": "10018",
"country": "US"
}
This may be out of scope for us; especially since Google Maps doesn't split up the address. I wanted to report this anyway in case we could support it.
A potential customer asked about splitting Google Maps API address components into separate fields. We currently return the whole address as a single field:
"address": "72 W 38th St, New York, NY 10018"
.The potential customer is interested in getting the data back as something like:
This may be out of scope for us; especially since Google Maps doesn't split up the address. I wanted to report this anyway in case we could support it.
Public links: Playground
Internal links: Intercom
The text was updated successfully, but these errors were encountered: