Otter · JSON Structure

Public Api Marketintel Coordinates Structure

The geographical coordinates of a location.

Type: object Properties: 2
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Marketintel_Coordinates is a JSON Structure definition published by Otter, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

coordinatesType location

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-marketintel-coordinates-structure.json",
  "name": "Marketintel_Coordinates",
  "description": "The geographical coordinates of a location.",
  "type": "object",
  "properties": {
    "coordinatesType": {
      "type": "string",
      "description": "Coordinates type",
      "enum": [
        "WGS84",
        "GCJ02"
      ],
      "example": "WGS84"
    },
    "location": {
      "type": "object",
      "description": "The longitude and latitude of a location.",
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-location-schema.json"
    }
  }
}