# supportsLocationService

> Is the device capable of reporting its location?

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static bool supportsLocationService { get; }
```

### Remarks

This property does not provide a detailed information on what kind of sensor can be used, it can use all kinds of underlying technology with varying accuracy.
