Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjlandau committed Jul 11, 2010
1 parent a1c9c96 commit 6fce28f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ These are options that can be passed to the `jMapping` function to change specif
using something other then just string data in the category, such as an object with multiple data
attributes it's self.
The object values for the associated category key or the function should return one of three data types:
1. A string, this will be used to create a default GIcon with the string as the image source.
2. A GIcon, this will be used as the icon for the GMarker object.
3. An object that has [valid options for a MarkerIconOptions object](http://gmaps-utility-library.googlecode.com/svn/trunk/mapiconmaker/1.1/docs/reference.html).
If you use option 3 you may specify an additional `style` option out of ("Marker", "LabeledMarker", or "FlatIcon").
1. A string, this will be used to create a default GIcon with the string as the image source.
2. A GIcon, this will be used as the icon for the GMarker object.
3. An object that has [valid options for a MarkerIconOptions object](http://gmaps-utility-library.googlecode.com/svn/trunk/mapiconmaker/1.1/docs/reference.html).
If you use this third you may specify an additional `style` option out of ("Marker", "LabeledMarker", or "FlatIcon").
These correspond to the types of Marker Icons provided by the MapIconMaker library (see their docs for more detail).
* `default_zoom_level`:
* *Default*: *N/A*
Expand Down

0 comments on commit 6fce28f

Please sign in to comment.