diff --git a/geocode.go b/geocode.go index a22c2b1..7d1b28b 100644 --- a/geocode.go +++ b/geocode.go @@ -218,7 +218,8 @@ type Response struct { } type GoogleResponse struct { - Results []*GoogleResult + Results []*GoogleResult + ErrorMessage string `json:"error_message"` } type GoogleResult struct {