欢迎使用实时地图API!以下是核心接口说明:

📌 接口概览

  • 路径/live_map_api
  • 方法GET
  • 功能:获取实时地图数据与可视化服务

📦 请求参数

参数名 类型 必填 描述
lat float 纬度坐标
lon float 经度坐标
zoom int 缩放级别(默认12)
layer string 地图图层(如traffic/satellite

📈 响应示例

{
  "status": "success",
  "map_data": {
    "type": "FeatureCollection",
    "features": [
      {
        "type": "Feature",
        "properties": {
          "timestamp": "2023-10-05T14:30:00Z",
          "traffic": "low"
        }
      }
    ]
  }
}

🌐 扩展阅读

如需深入了解API使用方法,请访问:
实时地图API使用指南 📚

实时地图_api
坐标系_转换
数据_格式