Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Google Maps API] Split address field into components #2367

Open
alexbarron opened this issue Jan 30, 2025 · 0 comments
Open

[Google Maps API] Split address field into components #2367

alexbarron opened this issue Jan 30, 2025 · 0 comments
Labels
status: freezer Something we don't want to work on yet type: feature Something new to build

Comments

@alexbarron
Copy link

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.

Image

Public links: Playground

Internal links: Intercom

@alexbarron alexbarron added status: freezer Something we don't want to work on yet type: feature Something new to build labels Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: freezer Something we don't want to work on yet type: feature Something new to build
Projects
None yet
Development

No branches or pull requests

1 participant