Hi,
Iam getting an error :cannot convert AddressInfo to AddressInfo when i compile the following code in eclipse
Location l; LocationProvider lp;
Criteria cr= new Criteria(); cr.setHorizontalAccuracy(500);
lp= LocationProvider.getInstance(cr);
l = lp.getLocation(60);
AddressInfo c = l.getAddressInfo();
Thanks & Regards, B.Pradeeep