How to skip jquery validate plugin's validation for Google Address API field element?

I have a form which has many input fields out of those i have one address field which is using google api.
Due to this we can’t validate the entire form.I am getting following error
TypeError: Cannot read property ‘settings’ of undefined.

Can you suggest a way to do it.
Thankyou.