Hi everyone! strong>
Im working on a google map project where the user can type in a address and gets the result of nearby restaurants ploted on a google map. So far no problems. I've created a ajax call where the backend outputs and xml and then with jquery I create the markers.
Ama şimdi benim sorunum.
With this ajax solution anyone can easily with firebug or other webdeveloper tool access the xml result that contains all names, latitudes, longitudes of the restaurant I have. I want to somehow protect the data that is showed.
How can I do this?
Nasıl jquery olmadan php ile google harita işaretçileri çizebilirsiniz? Bu yapılabilir mi?
thx in advance!