I have created fusion table for having list of kmls stored region wise,or province wise.So currently is there any alternative which google has provided to store list of kmls in rows (region wise,province wise etc).
If yes then also provide me alternative with javascript integrations with list of kmls from google service,For more details please refer to url https://fusiontables.google.com/DataSource?docid=1QHtbXbLiEXUF8JQLvoTNf17ae7omUVDvbo-z84vE#rows:id=1
and
javascript code below
layer = new google.maps.FusionTablesLayer({
query: {
from: '1QHtbXbLiEXUF8JQLvoTNf17ae7omUVDvbo-z84vE'
},
options: {
styleId: 2,
templateId: 2,
suppressInfoWindows: true
}
});