On Feb 9, 12:18 pm, roadjan <[email protected]> wrote:
> I am new to all of this but use the maps API as a distributor list
> lookup and it works great but I want to hide my 'newpoints' values, if
> you 'view source' in browser you could strip out the addresses....can
> I read the values from an external file (not looking to call a DB just
> yet...)

Yes you can do that: Mike has an example in his tutorial.

However, bear in mind that *any* data which is sent to the browser is
available to the user. Just moving the data to an external file isn't
hiding it (although it may be easier for you to maintain, and possibly
easier to move on to using a database). "View source" will reveal the
name of your data file, and it's likely to be easy to get at! There
are ways to prevent that, but it would involve some server-side
programming, which is outside the scope of this group.

If something is displayed on a map, it can be scraped by anyone
interested enough and determined enough to do that.

Andrew

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to