Hi
i would like to
access the google map onbuttonclick,i got the error "HTTP/1.1 403 Forbidden" , i have debug the whole program and the error comes after the following line
Code:
var
urlLink, apikey :String
HTTP : TIdHTTP;
urlLink:= HTTP.Get('http://maps.google.com/maps/geo?q='+theAddress+'&output=
csv&key=+apikey);
i have also tried with other format and other
url such as
http://maps.googleapis.com/maps/api/... but i got the error still now
does anybody can give me some suggestions please,concerning this error