Have a look at this: http://www.google.com/support/fusiontables/bin/answer.py?hl=en&answer=171220 It basically says that you can create a view that only exposes the data you want and it becomes a virtual table that you then can make public or unlisted. So you don't need to give access to the full underlying data.
Alec On Jan 29, 3:56 am, Ryan Wood <[email protected]> wrote: > I am using a fusion tables layer for my map. Is it possible to somehow > hide the table id? I want to display the layer but I do not want > people visiting the source table and seeing additional information. > Unfortunately you cannot set the fusion table to private and be able > to publicly display a layer at the same time. > > Example Layer: > layer = new google.maps.FusionTablesLayer(123456) > > Someone could easily visit the Fusion Table 123456 using the map api > code. There is additional information in the table that I do not wish > to display and am only using the layer for mapping purposes. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
