# PanGesture

The `PanGesture` class contains the details of a detected pan gesture.

## Properties

| Property      | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `location`    | <p><code>(get) location: PixelPointSignal (set) (Not Available)</code></p><p>Specifies a <a href="https://sparkar.facebook.com/docs/camera-effects/reference/reactive_module/pixelpointsignal_class"><code>PixelPointSignal</code></a> that represents the location of the gesture in screen coordinates.</p><p><strong>Note</strong>: The location is always specified in the screen coordinates, even if the event was emitted as a result of panning on a specific object.</p>                                |
| `translation` | <p><code>(get) translation: PixelPointSignal (set) (Not Available)</code></p><p>Specifies a <a href="https://sparkar.facebook.com/docs/camera-effects/reference/reactive_module/pixelpointsignal_class"><code>PixelPointSignal</code></a> indicating the position of the gesture, in screen coordinates, relative to the start point.</p><p><strong>Note</strong>: The translation is always specified in the screen coordinates, even if the event was emitted as a result of panning on a specific object.</p> |

## Methods

This module exposes no methods.
