Skip to content

Commit

Permalink
Added rotation attribute (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arman92 authored and gilbox committed Dec 8, 2016
1 parent 6eb1832 commit 8d654fb
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 @@ -15,6 +15,7 @@
| `calloutAnchor` | `Point` | | Specifies the point in the marker image at which to anchor the callout when it is displayed. This is specified in the same coordinate system as the anchor. See the `anchor` prop for more details.<br/><br/> The default is the top middle of the image.<br/><br/> For ios, see the `calloutOffset` prop.
| `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.

## Events

Expand Down

0 comments on commit 8d654fb

Please sign in to comment.