Unable to obtain LONGITUDE & LATITUDE by using GeoCode Function

Unable to obtain LONGITUDE & LATITUDE by using GeoCode Function

Hello,
  I am creating a Travel App, where customer is booking a Car from his Current Address to Destination Address.
  By using the Geocode function, I want to confirm the Address is correct and get the longitude and latitude values.

  However, I am getting an ERROR at this point - Current Address 
  The Geocode function unable to retrieve the values of Longitude and Latitude values.
  It's passing the Error when, I gave  for  values for Address Line 2, City, State, postal code, country.

  I am sharing snapshot here.
  

response = zoho.map.geoCode(input.Current_Address.tostring());
alert response + "Success";


I have attached the screen recording file here.

The same I am facing the issue when I gave for Destination Address.

Kindly help me to resolve this Issue.

Thanks in Advance

Prashanth K