Address Inputs to Geographic Address

I haven’t been able to find a succinct/up-to-date answer on this.

I need to collect user addresses from an input form where street address, city, state, zip, are all in separate input fields. This is because I need to use each field as a separate parameter in another part of my app.

I’m looking for a way to turn these separate fields into a geographic address as well so that they can be displayed on a map.

Or, is there an easier way for me to collect the geographic address and separate that into the street address, city, state, etc. ?

This topic was automatically closed after 70 days. New replies are no longer allowed.