## Get the user location details
This package helps to fetch the location details of network user.

### Example

```js
import fetchLocationDetails from 'location-details-v1';

fetchLocationDetails().then(details => {
    //write you logic here
});
```