# Location

> Allows your application to access the device's location functionality if one is available.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
Location = 12
```

### Remarks

The application can retrieve location data from dedicated hardware, like a GPS sensor in the PC, or derive the location data from available network information.
