Is it possible to return the name of the place in the results using google's geocoder?
I realize that the documentation doesn't show it as a returned result.
How would i go about receiving the name?
Is it possible to return the name of the place in the results using google's geocoder?
I realize that the documentation doesn't show it as a returned result.
How would i go about receiving the name?
You would need to use the geocoder results to feed a Places API query.