for a proper geocoded response, there is the geometry property, which has a location and that location has a lat and lng, but these are not parameters, they are getters, (they are functions).
i.e.:
the way google does it: googleResultObject.geometry.location.lat()
the way this module does it: googleResultObject.geometry.location.lat.
This can be confusing. I'd simply add this to the readme.
for a proper geocoded response, there is the geometry property, which has a location and that location has a lat and lng, but these are not parameters, they are getters, (they are functions). i.e.: the way google does it:
googleResultObject.geometry.location.lat()
the way this module does it:googleResultObject.geometry.location.lat
.This can be confusing. I'd simply add this to the readme.