Sunday, 15 March 2015

google fusion tables - Javascript and Wordpress -



google fusion tables - Javascript and Wordpress -

two related questions:

is there documentation on fusion tables javascript api? i've found list of methods, little info on homecoming values, semantics, or usage idioms.

is there guidance (or suggested plugins or idioms) integrating ft javascript api locally hosted wordpress site?

there documentation here:

https://developers.google.com/fusiontables/docs/v1/getting_started#js

but didn't find useful. example, in context of google maps api found useful new api 1.0

https://googledrive.com/host/0b5kvz6j1ohn_q3zqvkfgsgz2cee/custom%20markers%20code/customicons_viaapi.html

you'll need view , save source. if search ft tag jsonp find many examples using old pre 1.0 api concepts same, ajax end point has changed , need apikey.

the basic thought ft query homecoming json object both columns , rows members, much csv response.

as illustration above shows:

function ondatafetched(data) { var rows = data.rows; var cols = data.cols; ... }

wordpress google-fusion-tables

No comments:

Post a Comment