首页 文章
  • 0 votes
     answers
     views

    HERE MAP -V2:java.lang.RuntimeException:执行doInBackground()时发生错误,同时执行TextAutosuggestionRequest

    下面的代码工作正常,但突然我在执行 TextAutosuggestionrequest 时遇到Java运行时异常 这是我的代码: searchinfo.addTextChangedListener(new TextWatcher() { @Override public void onTextChanged(CharSequence s, int start, i...
  • -1 votes
     answers
     views

    HERE API - 无法加载资源:服务器响应状态为404(未找到)

    我正在尝试使用HERE API的calculateisoline方法在 Map 上设置Isoline,但我一直在关注错误: [timeout] http://route.nlp.nokia.com/routing/6.2/calculateisoline.json?xnlp=CL_JSMv3.0.15.0&app_id=KnNGic2KizTPB2mYGZy0&app_code=4...
  • 0 votes
     answers
     views

    Matrix Routing API和流量条件

    TrafficMode属性如何影响calculatematrix endpoints 的Matrix Routing结果?让我们来看看这个例子:https://developer.here.com/enterprise/apiexplorer/examples/api-for-rest/enterprise-routing/calculate-matrix.html我试图将结果与选项流量进行比较:...
  • 0 votes
     answers
     views

    Geocoder搜索文本api没有给出SpeedLimit

    API:https://geocoder.cit.api.here.com/6.2/geocode.json?searchtext=200%20S%20Mathilda%20Sunnyvale%20CA&app_id=DemoAppId01082013GAL&app_code=AJKnXv84fjrb0KIHawS0Tg&gen=8 从自定义凭据(试用版)尝试时提到的api...
  • 0 votes
     answers
     views

    这里是特定域的映射和限制

    我订阅了Here Maps的免费计划 . 我创建了一个应用程序,我有一个app_code和一个app_id . 我试图通过域限制这些凭据: my-app.my-internal-domain.com(使用javascript api) xxxxxx.cloudfront.net(生成切片并缓存它们) 如果我尝试在Here maps上配置错误的域: 当我尝试生成磁贴时,我可以看到40...
  • 0 votes
     answers
     views

    对于Here Batch Geocoder API,responseattributes如何以及为什么返回?

    Here Batch Geocoder API表示可以使用 responseattributes 请求参数 . 我有兴趣从批处理地理编码文件中获取地理编码质量结果 . 在Response Attribute switches documentation中,它表示默认选项为 On by default: matchQuality, matchType . 但是我不清楚批处理地理编码API实际上是如...
  • 1 votes
     answers
     views

    反向地理编码此处 Map 提供错误无效的凭据

    当我在Here Maps API上尝试反向地理编码时,我们收到错误“xxxxxxxxxxxx的凭据无效” . 即使使用demo app_id&app_code也会出错 . 任何人都知道来自Here Maps的支持联系人,看看发生了什么? [已编辑]产生错误的示例请求是:https://reverse.geocoder.cit.api.here.com/6.2/reversegeocode.json...
  • -1 votes
     answers
     views

    这里映射反向地理编码API

    我想在我的项目中实现一些新功能,需要使用地理编码API中的功能 . 我的问题是...... 401 Unauthorized错误,从API返回 . 顺便说一句,带有路线和标记的基本 Map 就像一个没有任何错误的危害 . 当我请求:https://reverse.geocoder.api.here.com/6.2/reversegeocode.json使用适当的参数,如app_id,app_cod...
  • 1 votes
     answers
     views

    这里有随机 Map 瓷砖API CORS错误

    我已经多次尝试为我们的应用程序实现HERE Maps . 我们有Web和桌面客户端,因此我们无法将其锁定到特定域 . 我正在使用 Map 图块REST API,所有工作除了我随机获得CORS错误 . 在大多数缩放级别,大约10%的瓷砖无法下载,但在更深的缩放级别(14),几乎所有瓷砖都会失败 . 为什么有些瓷砖会加载但其他瓷砖会因相同的请求而失败?我们有一个完美无缺的Mapbox版本,并且都使用M...
  • 0 votes
     answers
     views

    这里的地理编码API中的错误

    使用Here geocoding api从给定位置获取LinkID(lat,long) . 示例:(37.399643,-121.953085);接近距离= 50米; https://reverse.geocoder.api.here.com/6.2/reversegeocode.json?prox=37.399643,-121.953085,50&mode=retrieveAddress...
  • 11 votes
     answers
     views

    如何在Nokia Maps for WP8中设置Tile Sources的不透明度?

    我想利用Windows Phone 8 Nokia Maps API( Microsoft.Phone.Maps.Controls 名称空间)的一些新功能 . 我有一系列 TileSource 类,每个类都有不同的图像 . 我在 Map 上循环播放图像 . 在Windows Phone 7中,我将创建几个 Microsoft.Phone.Controls.Maps.MapTileLayer 类,为...
  • 1 votes
     answers
     views

    错误的错误消息 - 这里是Geocode API - InvalidCredentials

    我有一个地址列表需要转换为坐标,这里Geocode API在列表中间停止并返回“InvalidCredentials”/“PermissionError”,这是因为我的凭证有效 . 完整的错误消息如下: <ns2:Error xmlns:ns2="http://www.navteq.com/lbsp/Errors/1" type="PermissionError...
  • 0 votes
     answers
     views

    通过指定边界框实现 Map 下载

    我在高级用户指南中读到我们可以使用MapDataPrefetcher下载少量 Map . 我使用Mapfragment在我的应用程序中显示 Map ,并说它使用MapFragment自动初始化MapEngine . 问题是我无法理解如何应用这些方法以及我需要初始化下载边界框本身的请求 . 它在用户指南中不太清楚 . 如果有人在这里可以帮我解决这个问题,或者发送一个实施例子,我将非常感激! 这是我...

热门问题