2014-09-24 35 views

回答

4

只需升級您的代碼即可使用Maps API for JavaScript的3.0版本,它爲所有用戶提供https。

當初始化H.service.Platform對象,只需設置useHTTPStrue

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