Trimble Navigation · JSON Structure

Trimble Navigation Position Structure

Structure documentation for Trimble Mobile Manager GNSS position fixes

Type: Properties: 0
GPSGNSSPositioningNavigationSurveyingGeospatialConstructionFortune 1000

Trimble Navigation Position Structure is a JSON Structure definition published by Trimble Navigation.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Trimble Navigation GNSS Position Structure",
  "description": "Structure documentation for Trimble Mobile Manager GNSS position fixes",
  "structure": {
    "latitude": "number (double) — Decimal degrees latitude (WGS84, -90 to +90)",
    "longitude": "number (double) — Decimal degrees longitude (WGS84, -180 to +180)",
    "altitude": "number (double) — Height above WGS84 ellipsoid in meters",
    "speed": "number (float) — Ground speed in m/s",
    "bearing": "number (float) — Direction of travel 0-360° clockwise from north",
    "satellites": "integer — Number of satellites used in solution",
    "hrms": "number (float) — Horizontal accuracy estimate in meters (RMS)",
    "vrms": "number (float) — Vertical accuracy estimate in meters (RMS)",
    "pdop": "number (float) — Position Dilution of Precision (lower=better)",
    "hdop": "number (float) — Horizontal DOP",
    "vdop": "number (float) — Vertical DOP",
    "diffStatus": "integer — Solution quality: 1=Autonomous, 2=DGPS, 4=RTK Fixed, 5=RTK Float",
    "timestamp": "string (ISO 8601 UTC) — GNSS fix time",
    "satelliteView": {
      "_type": "array",
      "_item": {
        "id": "integer — Satellite PRN or ID number",
        "elevation": "integer — Degrees above horizon (0-90)",
        "azimuth": "integer — Azimuth 0-360° clockwise from north",
        "snr": "number — Signal-to-Noise Ratio in dB-Hz",
        "used": "boolean — Whether included in position solution",
        "gnssSystem": "string — Constellation: GPS, GLONASS, Galileo, BeiDou, QZSS, SBAS"
      }
    }
  },
  "diffStatusValues": {
    "1": "Autonomous — Standard GPS, no corrections (~3-5m accuracy)",
    "2": "DGPS — Differential GPS corrections applied (~1-2m accuracy)",
    "4": "RTK Fixed — Integer ambiguity resolved (~1-3cm accuracy)",
    "5": "RTK Float — Float solution converging (~0.1-0.5m accuracy)"
  },
  "notes": [
    "All coordinates use WGS84 reference frame by default",
    "hrms and vrms are RMS (not 2-sigma) accuracy estimates",
    "DOP values below 2.0 indicate excellent satellite geometry",
    "RTK Fixed (diffStatus=4) is required for sub-centimeter precision work",
    "WebSocket v2 includes additional imuOrientation and referenceFrame fields"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/trimble-navigation-position-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.