If a user inputs an address, I want to convert to the equivalent LatLng.
I\'ve read the documentation, and I think I can use the Geocoder class to do this, but can\'
I don't think location.LatLng is working, however this works:
location.LatLng
results[0].geometry.location.lat(), results[0].geometry.location.lng()
Found it while exploring Get Lat Lon source code.