Hello,
Is there a good way to retrieve 10 thousands of items from the Fusion
Tables? I mean, I want to get the returned JSON data work for my own app,
which must process each column/dimension data.
I am thinking about the simple way, for example,
for i to rows.length
apply JSON lib based on client to parse;
push values to array or something like that;
I think the JSON data retrieval from the FusionTable to FusionTableLayer in
GoogleMaps is a good practice for it. Can someone help address this?
Thanks.