尝试使用HereMap API时出现错误new H.service.Platform({ apiKey: MY-KEY })mapsjs-core.js:130 Uncaught TypeError: a.jj is not a function at eval (eval at <anonymous> (mapsjs-core.js:71), <anonymous>:102:126)
at Object.eval (mapsjs-core.
我需要将NMAMapView缩放到地图边界内的特定点。假设我们有一些标记作为这个位置为pinPoint: CGPoint的地图的子视图。我尝试这样使用NMAMapView的transformCenter属性: let transformCenter = CGPoint(x: pinPoint.x / mapView.bounds.width, y: pinPoint.y / mapView.bounds.height) // x and y are in range [0, 1]mapView.set(zo