From 00a2b3adaf3df877da75181e5889664dbd4033b7 Mon Sep 17 00:00:00 2001 From: Jehan Date: Sun, 2 Aug 2015 09:09:37 -0700 Subject: [PATCH] Added docs for location and rotation options --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 57068c5..c5f1c98 100644 --- a/README.md +++ b/README.md @@ -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()`