<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Run Geocoder on update profile</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Run-Geocoder-on-update-profile-80928</link>
        <description></description>
        <pubDate>Mon, 10 Aug 2026 21:46:46 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Run-Geocoder-on-update-profile-80928" rel="self" type="application/rss+xml" />

                <item>
          <title>Run Geocoder on update profile</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240538#post2240538</link>
          <description><![CDATA[<p>Thanks Ross!</p>]]></description>
          <pubDate>Mon, 15 May 2017 19:24:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240538#post2240538</guid>
        </item>
                <item>
          <title>Run Geocoder on update profile</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240532#post2240532</link>
          <description><![CDATA[<p>Hi Tim</p>
<p>Thanks for posting.</p>
<p>The Geocode plugin has a function called "geocodeAddress($address)".</p>
<p>You could pass the submitted address on your profile page to that function and get back an array of (lat, long) and add them to the database.</p>
<p>The code would look something like this:</p>
<p><code>list($lat, $lng) = geocodeAddress(@$_REQUEST['address']);</code></p>
<p>You'll also want to review the notes from the plugin about this function:</p>
<p><code>// list($lat, $lng) = geocodeAddress($address);<br />// Address can be zipcode or more formal address should be in the format.  See: <a href="http://code.google.com/apis/maps/faq.html#geocoder_queryformat" rel="nofollow">http://code.google.com/apis/maps/faq.html#geocoder_queryformat</a><br />// Note: Usage subject to Google Maps API Terms here: <a href="http://code.google.com/apis/maps/terms.html#section_10_12" rel="nofollow">http://code.google.com/apis/maps/terms.html#section_10_12</a><br />// Note: You must be using google maps on your site to use their API, but caching results is allowed for performance, etc<br />// Note: Daily rate limits and throttling rules may apply.  See: <a href="http://code.google.com/apis/maps/faq.html#geocoder_limit" rel="nofollow">http://code.google.com/apis/maps/faq.html#geocoder_limit</a><br />// Note: More details API docs can be found here: <a href="http://code.google.com/apis/maps/documentation/geocoding/" rel="nofollow">http://code.google.com/apis/maps/documentation/geocoding/</a><br />// Note: Example code for delaying requests after being throttled: <a href="http://code.google.com/apis/maps/articles/phpsqlgeocode.html" rel="nofollow">http://code.google.com/apis/maps/articles/phpsqlgeocode.html</a></code></p>
<p>We can help with getting this setup in consulting if you like. Just email me via consulting@interactivetools.com</p>
<p>Let me know any questions.</p>
]]></description>
          <pubDate>Mon, 15 May 2017 15:42:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240532#post2240532</guid>
        </item>
                <item>
          <title>Run Geocoder on update profile</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240465#post2240465</link>
          <description><![CDATA[<p>Hey Guys.</p>
<p>I've added country &amp; postcode fields to the standard user-profile.php and the data is being added to the user record - however I have to manually run geocoder to create the lat/long.  Can I somehow run geocoder for that individual record via the form?</p>]]></description>
          <pubDate>Wed, 03 May 2017 20:32:48 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240465#post2240465</guid>
        </item>
              </channel>
    </rss>
  