In my code I am trying to read an excel file and storing the data into
nodes.As in excel latitude and longitude is not available but address is
there(city , street address, zip code). Here google API plays its
role.import Statements for google API:-import
com.google.maps.GeoApiContext;import com.google.maps.GeocodingApi;import
com.google.maps.errors.ApiException;import
com.google.maps.model.GeocodingResult;Code I am using to get Latitude
and Longitude :- String address = fileImportModal.getAddre...