<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Pass Multiple Location in Geo Coding API Call using Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Pass-Multiple-Location-in-Geo-Coding-API-Call-using-Talend/m-p/2320397#M90543</link>
    <description>&lt;P&gt;I don't think this is possible with the Google Geocoding API, but if you only have 4000 addresses, you only need to do this once. An address' lat/lng will never change unless the address physically moves. If your batch of 4000 addresses change periodically, you should keep a store of your address lat/lng values and search for those first, then add any extra lat/lng values that are found as the number increases.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Sep 2022 13:49:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-09-01T13:49:45Z</dc:date>
    <item>
      <title>Pass Multiple Location in Geo Coding API Call using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-Multiple-Location-in-Geo-Coding-API-Call-using-Talend/m-p/2320396#M90542</link>
      <description>&lt;P&gt;I have around 4000 addresses for which i need to find the lat and lng using google Geocoding API. I have built a talend job for this, but it is really slow.&lt;/P&gt;&lt;P&gt;This is the ex API Call:&lt;/P&gt;&lt;P&gt;&lt;A href="https://maps.googleapis.com/maps/api/geocode/json?address=1600%20Amphitheatre%20Parkway%20Mountain%ViewCA&amp;amp;key=YOUR_API_KEY" target="_blank"&gt;https://maps.googleapis.com/maps/api/geocode/json?address=1600%20Amphitheatre%20Parkway%20Mountain%ViewCA&amp;amp;key=YOUR_API_KEY&lt;/A&gt;&lt;/P&gt;&lt;P&gt;im using ((String)globalMap.get(row2.addresses)) in tREST to call the each addresses in my job.&lt;/P&gt;&lt;P&gt;So for 4k records, i have to use 4k API call.&lt;/P&gt;&lt;P&gt;Just like we can pass around 25 destination or origin to one call in distance matrix api, is there any way to pass multiple addresses to geocoding api in the same call.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-Multiple-Location-in-Geo-Coding-API-Call-using-Talend/m-p/2320396#M90542</guid>
      <dc:creator>since_1995</dc:creator>
      <dc:date>2024-11-15T22:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pass Multiple Location in Geo Coding API Call using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-Multiple-Location-in-Geo-Coding-API-Call-using-Talend/m-p/2320397#M90543</link>
      <description>&lt;P&gt;I don't think this is possible with the Google Geocoding API, but if you only have 4000 addresses, you only need to do this once. An address' lat/lng will never change unless the address physically moves. If your batch of 4000 addresses change periodically, you should keep a store of your address lat/lng values and search for those first, then add any extra lat/lng values that are found as the number increases.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 13:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-Multiple-Location-in-Geo-Coding-API-Call-using-Talend/m-p/2320397#M90543</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-01T13:49:45Z</dc:date>
    </item>
  </channel>
</rss>

