问题标签 [sygic-mobile-sdk]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 如何正确检测 Sygic 地图中的 markerClick
我使用 MapGestureListener 来比较每次单击区域的坐标和标记的坐标,如果它们处于相同的坐标,那么我很高兴,但由于相对高度变化它不起作用'不保证获得点击位置的准确性。
ios - 为什么相机不跟随用户位置
我的问题是,当我使用 Sygic mapView 进行导航时,尽管我选择了此模式,但相机并未跟随用户位置
不知道是否还有其他设置需要在开始导航后跟随用户位置
android - Android Sygic Embedded SDK doesn't show a map
I tried to integrate Sygic Embedded SDK in my Android App and I follow all steps from tutorial https://www.sygic.com/developers/professional-navigation-sdk/android/getting-started/embedded-integration-using-android-studio
I have correct ABI, in logcat are printed logs about successful service connected and initializations but I don't see any map as in the tutorial (see picture). The behavior of the module in my application is as follows:
- Sygic loading
- No maps found
- No items available for purchase
Only one possible action is a Quit button which close the application. When I try to call method on ApiNavigation:
logcat will print:
sygic - ApiCallback 未收到 EVENT_RADAR_WARNING 事件
我们正在尝试在接近雷达时接收特定事件......但是 sygic sdk 没有将此事件发送到我们的回调,有什么想法吗?
我的代码:
android - Sygic Maps Android:我无法更新我的自定义位置
我需要按照文档https://developers.sygic.com/maps-sdk/android/navigation/#custom-position-updater中的说明使用CustomPositionUpdater ,因为我的设备从另一个来源接收纬度和经度,这会影响我使用路线作为路线上的进度无法更新。
我注意到,当尝试将 GeoPosition 传递给 CustomPositionUpdater 时,它没有实现,因为它需要初始化一些接口,它已尝试实现侦听器(CourseUpdater 和 PositionUpdater),但它们是私有的以及注册和取消注册方法.
这是我的代码: