Example link?

var polygon:Polygon = new Polygon([
      new LatLng(lat, lon - lonOffset),
      new LatLng(lat + latOffset, lon),
      new LatLng(lat, lon + lonOffset),
      new LatLng(lat - latOffset, lon),
      new LatLng(lat, lon - lonOffset)
      ], 
      new PolygonOptions({ 
      strokeStyle: new StrokeStyle({
          color: 0x0000ff,
          thickness: 10,
          alpha: 0.7}), 
      fillStyle: new FillStyle({
          color: 0x0000ff,
          alpha: 0.7})
  }));

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" 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-api-for-flash?hl=en.

Reply via email to