Sorry - I updated this for v3 syntax - getting no errors, but also
getting no polygon overlay...

coordsNorthwest = [
        new google.maps.LatLng(-123.0908203125, 48.91624270741674),
        new google.maps.LatLng(-122.3876953125, 48.130412287103184),
        new google.maps.LatLng(-123.3544921875, 48.01295527097753),
        new google.maps.LatLng(-124.7607421875, 48.33531717609739),
        new google.maps.LatLng(-124.541015625, 47.62936744072425),
        new google.maps.LatLng(-124.0576171875, 46.55231306467797),
        new google.maps.LatLng(-124.0576171875, 44.14384922444348),
        new google.maps.LatLng(-124.5849609375, 42.675435777181974),
        new google.maps.LatLng(-124.2333984375, 41.960579606099586),
        new google.maps.LatLng(-120.0146484375, 41.960579606099586),
        new google.maps.LatLng(-119.970703125, 39.02032201293617),
        new google.maps.LatLng(-114.5654296875, 34.986203527379686),
        new google.maps.LatLng(-114.5654296875, 34.58920364475425),
        new google.maps.LatLng(-114.169921875, 34.26296743000665),
        new google.maps.LatLng(-114.697265625, 33.78949621676094),
        new google.maps.LatLng(-114.7412109375, 33.20315014507055),
        new google.maps.LatLng(-114.9169921875, 32.64985942960094),
        new google.maps.LatLng(-108.3251953125, 31.27041320774184),
        new google.maps.LatLng(-108.226318359375, 31.782193523394625),
        new google.maps.LatLng(-106.63330078125, 31.79153205054406),
        new google.maps.LatLng(-106.60858154296875, 32.00058396143556),
        new google.maps.LatLng(-103.062744140625, 32.00605751204989),
        new google.maps.LatLng(-103.0078125, 36.97432518026948),
        new google.maps.LatLng(-102.030029296875, 36.991877223018264),
        new google.maps.LatLng(-102.06298828125, 40.9946874642443),
        new google.maps.LatLng(-111.038818359375, 41.00297909808239),
        new google.maps.LatLng(-111.0498046875, 44.447768295565446),
        new google.maps.LatLng(-123.0908203125, 48.91624270741674)
];


regionNorthwest = new google.maps.Polygon({
                paths: coordsNorthwest,
                strokeColor: "#FF0000",
                strokeOpacity: 0.8,
                strokeWeight: 1,
                fillColor: "#FF0000",
                fillOpacity: 0.35
});

regionNorthwest.setMap(map);

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to