[Seaside] Google Maps API Services Geocoding ( resend for wrong format )

Philippe Marschall philippe.marschall at gmail.com
Thu Feb 12 06:16:01 UTC 2009


2009/2/11, Cédrick Béler <cdrick65 at gmail.com>:
>>
>> Now :
>>
>> after the user crate new address i can create a new WAUrl as above with
>> specific address.
>>
>> My question is:
>>
>>     how,  i can, send from squeak this request to the internet for receive
>> the answer?
>>
>
>
> hi
>
> something like:
>
> HTTPSocket httpGet: '
> http://maps.google.com/maps/geo?q=1600+Amphitheatre+Parkway,+Mountain+View,+CA&output=json&oe=utf8&sensor=true_or_false&key=your_api_key
> '.
>

Or
Curl new getContentsUrl: '....'

Cheers
Philippe


More information about the seaside mailing list