user846545
user846545

Reputation: 151

Google Maps and Google App Engine

I have a Google App Engine application that launches a Web Page with Google Map.
I would now like to add functionality to let user sketch on map (which I can probably use JS API for) and then create a fusion table row using python code backend.
Is this possible?
If so how do I transfer the sketch coords from Javascript to Python backend?

Thanks

Upvotes: 7

Views: 756

Answers (1)

systempuntoout
systempuntoout

Reputation: 74094

Here is a simple guideline:

Upvotes: 5

Related Questions