Einzelnen Beitrag anzeigen

question

Registriert seit: 17. Apr 2013
97 Beiträge
 
#1

acces google map

  Alt 12. Sep 2013, 15:35
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
  Mit Zitat antworten Zitat