I have been asked by a client to map data, but the client does not what any other data besides addresses for geocoding to be sent to another server. Does the Google maps API submit other data besides addresses and latitude/longitude to Google?
For example, I would not want the “dealerInfo” node to be submitted to Google in the following XML used for a map on [http://www.coastalbendchevydealers.com/%5D%5B1%5D .
<?xml version="1.0" encoding="utf-8"?>
<markers>
<!-- Neessen Automotive -->
<marker lat="27.5380258" lng="-97.8547257" dealer="Neessen Automotive">
<dealerInfo><![CDATA[
<table border="0" class="infoWindow">
<tr><td rowspan="5" width="155" align="left"><img src="images/chevydealer.jpg" width="150" height="113"/></td></tr>
<tr><td align="left"><strong>Neessen Automotive</strong></td></tr>
<tr><td align="left">2007 S. US Highway 77 Bypass<br>Kingsville, Texas</td></tr>
<tr><td align="left">361-592-2668</td></tr>
<tr><td align="left"><a href="http://www.neessenautomotive.com" target="_blank">www.neessenautomotive.com</a></td></tr>
</table>
]]></dealerInfo>
</marker>
Keep in mind Google is providing this as a free service, if you are concerned over data sharing then look into the premium licensing (10K / year)
From Google’s Privacy Policy:
Anyway, keep in mind no such thing as a free lunch. At the end Google does search, and the more data they can get the better search they have.