With the impending deprecation of the Fusion Tables SQL API in January, I 
want to ensure my application continues to operate as expected.

I use the Google Visualization api to query the Fusion tables like this:

...
var queryText = encodeURIComponent(querySelect + " FROM " + 
FT_MarkerTableID + queryWhere);               
var query = new 
google.visualization.Query('http://www.google.com/fusiontables/gvizdata?tq=' 
+ queryText); 

query.send(getData);
...

The Visualization API documentation still has references to the old Fusion 
Tables SQL API and not the Fusion Tables API v1.0.

My question is can I simply use the new URL endpoint 
https://www.googleapis.com/fusiontables/ and expect the same functionality. 
It seems this new endpoint does not have "gvizdata" at its root path... 
Will http://www.google.com/fusiontables/gvizdata continue to be available 
after the Jan 14, 2013 shutdown? Is it just the "api/query" that won't be 
available.

I would appreciate some guidance on this subject.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-visualization-api/-/jtu6BDYRgQ4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to