Quantcast
Viewing all articles
Browse latest Browse all 16689

Best way to enrich data with the Google MAPS API

Hello,

I have to add standard locality/country/etc information derived from an address or lat/long. data in a database table.

As far as I see I cannot use the appropriate Google JavaScript Library with the Script-Module, as it won't work there (Javascript error: ReferenceError: "google" is not defined, after loading https://maps.googleapis.com/maps/api/js?sensor=false)
An alternative would be to query the Server via the HTTP-Client, and parse it with the JSON module, but right now I most probably fail to add the needed parameters to the HTTP-Client module: the Process stops in this module without an explanation.

Is this the right way to follow, or are there better solutions?

Regards,
Rudi

Viewing all articles
Browse latest Browse all 16689

Trending Articles