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 28, 2011
1 parent abbd27f commit 3e544cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GeoJSON is used to create Google Maps API v3 vectors (Marker, Polyline, Polygon)

#### Constructor Parameters
@param {Object} geojson
A valid GeoJSON object. One of Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon, Feature, GeometryCollection, FeatureCollection. See the official spec at http://geojson.org. GeoJSON examples below.
A valid GeoJSON object. One of Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon, Feature, GeometryCollection, FeatureCollection. See the [official GeoJSON spec](http://geojson.org) for more details. GeoJSON examples below.

@param? {Object} options - Optional
Options for the specific type of Google Maps vector (Marker, Polyline, Polygon). If none specified, boring black vectors and red markers will be created - Optional. Samples Below.
Expand Down

0 comments on commit 3e544cc

Please sign in to comment.