Hi Vaughn,

Simply showing markers or polylines will not send those locations to 
Google, but there are many API functions that may: for instance, if you 
request directions between two of your locations, those locations *must* be 
sent to Google's servers as that is where directions are calculated. There 
are also other things to consider, as outlined in the Maps APIs Terms of 
Service and our Privacy Policy. You can look there for more information, 
though you can always open up the developer console in your browser and see 
exactly what information is being sent and when.

https://developers.google.com/maps/terms
http://www.google.com/policies/privacy/

Hope that helps,
Brendan

On Monday, June 24, 2013 2:09:02 PM UTC-7, Vaughn Myers wrote:
>
> I'm working on a simple application that displays a few coordinates using 
> Google Maps. I used the following link as example and the app works: 
> http://www.codeproject.com/Articles/175557/Plot-Path-using-Google-Maps-JavaScript-API
>
> Our information is very sensitive, and I have to make very certain that 
> the coordinates that I plot in the map are not stored or seen by anyone. 
> And they definitely cannot be stored in the google servers.
>
> Assuming I use the above example, is my data secure? Will it remain 
> confidential? OR is everything processed locally?
>
> Thanks.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-maps-js-api-v3+unsubscr...@googlegroups.com.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
Visit this group at http://groups.google.com/group/google-maps-js-api-v3.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to