---
title: "Update AP GPS settings"
method: PUT
path: "/devices/{id}/mobileapp/gps"
tags: ["Device"]
---

# Update AP GPS settings

`PUT /devices/{id}/mobileapp/gps`

Update AP GPS settings

## Path parameters

- `id` integer, required

## Request body

- XiqMobileappGpsSettingsRequest
  - `gps_anchor` boolean — Use this AP as GPS anchor to derive geo-coordinates of other APs on the floor
  - `distance` number, double — Distance between AP and the phone hosting the mobile APP in meters.
  - `cep` number, double — Circular error probability, CEP68 is based on Android OS.
  - `coordinates` XiqAfcMobileappCoordinates — The Location provided by MobileApp
    - `latitude` number, double — Latitude expressed as a floating point number
    - `longitude` number, double — Longitude expressed as a floating point number
    - `ts` integer — Timestamp of the acquired geolocation (milliseconds from epoch)
    - `source` 'GPS' | 'GEO' | 'APP' — Source of coordinates

## Response `200`

OK

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
