Reputation: 7325
I would like to point an icon on google maps, but I was also like to hide exact coordinates from the source code.
Is it possible?
Upvotes: 0
Views: 1297
Reputation: 13639
I suppose you could use static maps api (http://code.google.com/apis/maps/documentation/staticmaps/). You would create a request to an api on the server side, save the resulting image with your own file name and display just a static image to the user from your server. I am pretty sure though this would violate Google Terms of Use....
Upvotes: 1