Google Maps Binding

Is there a way to bind just the city of a google autocomplete instead of the whole address? Looking to breakout the address, city, state, zip, to various fields.

Maybe @TMR’s post help you…

To find out, open up dev console on the page where you are getting the whole address and use dmx.app.data to see if the component pieces are available. I definitely have used the individual pieces before but can’t remember if it was the raw Google api or through the Wappler component.