I've been working on this feature where it should be doing the following
We have the full address of a person and we'll be tracing his/her county location (US) of the client using Google Maps API.
I think Autocomplete is out of the option -- Now, I'm not sure on what to constructor/function to use.
Also, I checked the PlacesService(). Is map really needed on it? Because we don't need a map, the only info I have is the full address and I think it's not necessary to build a map. What do you think?