Google API - To check whether address is valid or Invalid.
Hi Friends!
Today i am gonna share how to find the address whether it is valid or invalid. Here is the link where google is providing API for that,
http://maps.googleapis.com/maps/api/geocode/json?address=<your_address>&sensor=true
This will return an JSON format output. If the address is valid, the Status will be "OK" else the Status will be "ZERO_RESULTS"
Today i am gonna share how to find the address whether it is valid or invalid. Here is the link where google is providing API for that,
http://maps.googleapis.com/maps/api/geocode/json?address=<your_address>&sensor=true
This will return an JSON format output. If the address is valid, the Status will be "OK" else the Status will be "ZERO_RESULTS"
Comments
Post a Comment