Skip to content

Commit

Permalink
Update marker.md to include the draggable prop. (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
anami authored and gilbox committed Dec 17, 2016
1 parent 5de4dc7 commit f924649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/marker.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
| `flat` | `Boolean` | | Sets whether this marker should be flat against the map true or a billboard facing the camera false.
| `identifier` | `String` | | An identifier used to reference this marker at a later date.
| `rotation` | `Float` | | A float number indicating marker's rotation angle.
| `draggable` | `<null>` | | This is a non-value based prop. Adding this allows the marker to be draggable (re-positioned).

## Events

Expand Down

0 comments on commit f924649

Please sign in to comment.