I'm using fusiontable on googlemap and I have some problem that I can't see updated marks on googlemap even though I updated fusiontable data.
i have tried following.
layer.setOptions({
query: {
select: 'latitude',
from: 'tableId'
}
});
I have tried all kind of browser and it does not work.