对Here Maps Base计划的SSL支持

时间:2014-09-24 08:57:04

标签: ssl https here-api

有没有人知道在没有企业订阅的情况下通过HTTPS / SSL获取maptiles的方法?

1 个答案:

答案 0 :(得分:6)

只需升级您的代码即可使用3.0版Maps API for JavaScript,它会向所有用户提供https。

初始化H.service.Platform对象时,只需将useHTTPS设置为true

var platform = new H.service.Platform({
      'app_id': '<your app id>',
      'app_code': '<your app code>',
      'useHTTPS': true
    });