Added docs for location and rotation options

This commit is contained in:
Jehan
2015-08-02 09:09:37 -07:00
parent d3d60279fc
commit 00a2b3adaf
+3
View File
@@ -199,6 +199,9 @@ Supported options:
- `audio` (See `captureAudio` under Properties)
- `mode` (See `captureMode` under Properties)
- `target` (See `captureTarget` under Properties)
- `metadata` This is metadata to be added to the captured image.
- `location` This is the object returned from `navigator.geolocation.getCurrentPosition()` (React Native's geolocation polyfill). It will add GPS metadata to the image.
- `rotation` This will rotate the image by the number of degrees specified.
#### `stopCapture()`