Google Maps and Google App Engine

I have a Google App Engine application that launches a web page with Google Map.
Now I would like to add functionality to give the user a sketch on the map (which I can probably use the JS API for), and then create a fusion table row using the python code backend.
Is it possible? If so, how can I pass sketch sketches from Javascript to the Python backend?

thanks

+7
source share
1 answer

Here is a simple guideline:

+5
source

All Articles