Styling fusion table markers with custom url icons?
问题 I want to style my fusion table markers based on a field in the fusion table. If I use default Google markers, the following code works: layer = new google.maps.FusionTablesLayer({ query: { select: 'bizCity', from: '1yfyijoeC3GwDnnLutBI8IFOH8y2mfZ8LJGUDly4' }, styles: [ {where: "'bizCatSub' = 'Antique & Classic Motorcycle Dealers'", markerOptions:{ iconName:"star"}}, // other landmarks {where: "'bizCatSub' = 'Other moto business'", markerOptions:{ iconName:"wht_pushpin"}}, //businesses {where