# \_getLocation

Returns the location of a Job.

### Parameters

#### id

The ID of the Job.

### Example

```
FM_api('Job_getLocation', ['id' => '1']);
```

#### On Success

```
{'latitude':'54.1276','longitude':'-6.26376','name':'The Cafe'}
```
