> I want to create a web page using the google map api and I have some > kml data that I want to place on the map. I want the end user to be > able to see the markers on the map but not to be able to download the > kmls I am using. Is this possible using ggeoxml or egeoxml or do I > have to find another solution?
If you display the data on the web, it can be got at. If it is a secret, don't put it on the web. You might exploit the fact GGeoXml processes at Google's servers by restricting access to the KML source to Google domains. That makes it a bit harder, but of course GGeoXml still sends data to be displayed to the users browser, where it can be analysed without too much difficulty. -- 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.
