---
title: "Get the gps locations for the vehicle, includes position and heading"
method: GET
path: "/v1/resourceowner/trips3/{tripId}/geo"
tags: ["ResourceOwnerTrip3V2"]
---

# Get the gps locations for the vehicle, includes position and heading

`GET /v1/resourceowner/trips3/{tripId}/geo`

This operation would require compression enabled by the client.

## Path parameters

- `tripId` integer, required

## Query parameters

- `everyNthRecord` integer
- `snapToRoad` boolean

## Response `200`

The Geo data are returned

- Trip2GeoModel[]
  - `RecordTimeStamp` string, date-time
  - `Latitude` number, double
  - `Longitude` number, double
  - `HeadingDegrees` integer
  - `NumberOfSatellites` integer
  - `HDOP` integer

## Other responses

- `500` — Internal server error
- `501` — Not implemented, meaning the PID is not supported or is not recorded by the vehicle

---

[API](https://skmtc.net/automile/apis/automile-api.md) · [All operations](https://skmtc.net/automile/apis/automile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automile/automile-api/revisions/bd42075f6b02/schema)
