Skip to content

Latest commit

 

History

History
53 lines (44 loc) · 811 Bytes

File metadata and controls

53 lines (44 loc) · 811 Bytes

MapInfo

  • Contains information about current map

HTTP Request

HTTP Response ✅

{
  "grid_steps": [
    "3250.0",
    "3250.0"
  ],
  "grid_zero": [
    "-32768.0",
    "32768.0"
  ],
  "map_generation": "1",
  "map_max": [
    "32768.0",
    "32768.0"
  ],
  "map_min": [
    "-32768.0",
    "-32768.0"
  ]
}

Fields

  • name: grid_steps

    • contains: array of floats
    • description:
  • name: grid_zero

    • contains: array of floats
    • description:
  • name: map_generation

    • contains: integer
    • description:
  • name: map_max

    • contains: array of floats
    • description:
  • name: map_min

    • contains: array of floats
    • description: