How to work with Google maps from Google app engine?
I have informations about some objects stored in BigTable(coordinates and few more) and I have to put this objects on Google map. How can I do that? (Please write some code example. I am usin开发者_运维知识库g java for my application).
Working with Google Maps requires some background knowledge. I suggest starting here: http://code.google.com/apis/maps/documentation/index.html. I would imagine that you'll use your server-side code to generate javascript from your objects in BigTable, which gets rendered in the client web pages and adds the markers to the map.
精彩评论