Gmaps (Google Maps) addon

Gmaps - Fusion Table Polygon

ExpressionEngine Code
{exp:gmaps:init}
{exp:gmaps:map 
    center:address="Australia"
    zoom="3"
    width="100%"
} 
    {gmaps:add_fusion_table
         id="1ertEwm-1bMBhpEwHhtNYT47HQ9k2ki_6sRa-UQ"
        fields:default:fill_color="#00FF00"
        fields:default:fill_opacity="0.2"
        fields:birds:where=">300"
        fields:birds:fill_opacity="0.5"
        fields:population:where="> 5"
        fields:population:fill_opacity="0.9"
    }
{/exp:gmaps:map}