drvonr6573 2018-08-07 20:38
浏览 84
已采纳

HERE Api:使用Positioning API获得Lat和Long

I'm trying to use the Using Positioning API to search for the latitude and longitude of a given point, however I only have MCC, MNC, TimeAdvance, LAC, Cell_ID, and Signal Power. How can I use this data to fetch the location? I tried to use as below but did not return any data.

{
  "gsm": [
      {
          "mcc": 724,
          "mnc": 10,
          "lac": 2397,
          "cid": 453,
          "nmr": [{ "bsic": "0", "bcch": "0" }]
      },
      {
          "mcc": 724,
          "mnc": 10,
          "lac": 2397,
          "cid": 3045,
          "nmr": [{ "bsic": "0", "bcch": "0" }]
      }
  ]
}

Im using cURL.

Thanks

  • 写回答

1条回答 默认 最新

  • dtc4547 2018-08-08 07:14
    关注

    This response means that you have sent a valid request for which the API cannot determine a location.

    I have tried to find the cell towers in your request using various cell tower databases and I could not find them anywhere. If they do exist they are most likely not in our (or any) database at this point.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 github符合条件20分钟秒到账,github空投 提供github账号可兑换💰感兴趣的可以找我交流一下
  • ¥50 永磁型步进电机PID算法
  • ¥15 sqlite 附加(attach database)加密数据库时,返回26是什么原因呢?
  • ¥88 找成都本地经验丰富懂小程序开发的技术大咖
  • ¥15 如何处理复杂数据表格的除法运算
  • ¥15 如何用stc8h1k08的片子做485数据透传的功能?(关键词-串口)
  • ¥15 有兄弟姐妹会用word插图功能制作类似citespace的图片吗?
  • ¥200 uniapp长期运行卡死问题解决
  • ¥15 latex怎么处理论文引理引用参考文献
  • ¥15 请教:如何用postman调用本地虚拟机区块链接上的合约?