Skip to content

Commit

Permalink
Edited README.md via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonSanford committed Apr 29, 2011
1 parent b6b0580 commit 5a5cb67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,14 @@ Options for the specific type of Google Maps vector (Marker, Polyline, Polygon).
}

#### Sample Google Maps Vector Options
// google.maps.Polyline
{
"strokeColor": "#FFFF00",
"strokeWeight": 7,
"strokeOpacity": 0.75
}

// google.maps.Polygon
{
"strokeColor": "#FF7800",
"strokeOpacity": 1,
Expand All @@ -138,6 +140,7 @@ Options for the specific type of Google Maps vector (Marker, Polyline, Polygon).
"fillOpacity": 0.25
}

// google.maps.Marker
{
"icon": "img/marker-house.png"
}
Expand Down

0 comments on commit 5a5cb67

Please sign in to comment.