Geocoordinate

Geographic coordinate data (Geocoordinate class)

DesktopOperating SystemUWPWin32Windows

Properties

Name Type Description
latitude number Latitude in degrees (-90 to 90)
longitude number Longitude in degrees (-180 to 180)
altitude number Altitude in meters (nullable)
accuracy number Accuracy radius in meters
altitudeAccuracy number Altitude accuracy in meters (nullable)
heading number Heading in degrees relative to true north (nullable)
speed number Speed in meters per second (nullable)
timestamp string Time the position was determined
positionSource string Source of the position data
satelliteData object Satellite data (if source is GNSS)
View JSON Schema on GitHub

JSON Schema

microsoft-windows-10-geocoordinate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Geocoordinate",
  "title": "Geocoordinate",
  "type": "object",
  "description": "Geographic coordinate data (Geocoordinate class)",
  "properties": {
    "latitude": {
      "type": "number",
      "format": "double",
      "description": "Latitude in degrees (-90 to 90)"
    },
    "longitude": {
      "type": "number",
      "format": "double",
      "description": "Longitude in degrees (-180 to 180)"
    },
    "altitude": {
      "type": "number",
      "format": "double",
      "description": "Altitude in meters (nullable)"
    },
    "accuracy": {
      "type": "number",
      "format": "double",
      "description": "Accuracy radius in meters"
    },
    "altitudeAccuracy": {
      "type": "number",
      "format": "double",
      "description": "Altitude accuracy in meters (nullable)"
    },
    "heading": {
      "type": "number",
      "format": "double",
      "description": "Heading in degrees relative to true north (nullable)"
    },
    "speed": {
      "type": "number",
      "format": "double",
      "description": "Speed in meters per second (nullable)"
    },
    "timestamp": {
      "type": "string",
      "format": "date-time",
      "description": "Time the position was determined"
    },
    "positionSource": {
      "type": "string",
      "enum": [
        "Cellular",
        "Satellite",
        "WiFi",
        "IPAddress",
        "Unknown",
        "Default",
        "Obfuscated"
      ],
      "description": "Source of the position data"
    },
    "satelliteData": {
      "type": "object",
      "properties": {
        "horizontalDilutionOfPrecision": {
          "type": "number",
          "format": "double"
        },
        "verticalDilutionOfPrecision": {
          "type": "number",
          "format": "double"
        },
        "geometricDilutionOfPrecision": {
          "type": "number",
          "format": "double"
        }
      },
      "description": "Satellite data (if source is GNSS)"
    }
  },
  "required": [
    "latitude",
    "longitude",
    "accuracy",
    "timestamp"
  ]
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-windows-10-geocoordinate"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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