问题标签 [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.
gps - 不同 Sygic 地图类型之间有什么区别?
sygic gps 导航有三种不同的地图:NT 或 TA 或 OS 地图。
我想知道他们有什么区别?我应该使用哪一个?
ios - 显示地图的 Sygic 问题
我对 Sygic 地图框架有疑问,我尝试在 AppDelegate.swift 中使用此代码显示地图
ViewController.swift
现在我尝试简单地显示 Sygic 地图,但我没有得到它,并且我在调试器中收到此消息“Sygic:W 18/08/19 17:04:51 没有 SSO 会话,无法发送 http 请求!”
请提供任何帮助
sygic-mobile-sdk - Latest Sygic Android Sdk version
I am trying to integrate the sygic mobile sdk for android. I am following this guide.
It says to add this configuration to the build.gradle
The guide says that the sygicSdkVersion is indicated in the release notes section which unfortunately appears to be empty. Any help?
Thank you
swift - 计算路线中的Sygic问题
我尝试在Sygic 离线地图视图中添加路线时遇到问题。在调试器中,我收到此消息“路由接口:要求未知传输模式。” 这是我写的代码:
我通过在 computeRoute 方法中选择本地路由变量来纠正问题,并在 mapview 初始化后进行了一些更改以触发 computeRoute 方法
android - Sygic 不显示当前位置也不显示标记
我想在加载地图时显示位置指示器,并在单击地图时添加一个标记,但这些似乎都不起作用!
ios - Sygic 问题:创建替代路线时使路线不可见
当我选择一个新的目的地位置时,我想隐藏一个路线图。现在的问题是让我保留所有最古老的路线。这是我的代码的一部分,每次用户点击地图时都会绘制一条路线。
此致
swift - 如何在 Sygic 中重新计算路线
我的问题很简单,我计算了一条主要路线并将其添加到 Sygic MapView。我定义了起点和终点。它完美地工作。但是当我开始导航时尝试更改为替代路线时,它无法完美地重新计算新路线。我用过
检测我的位置变化并每次计算路线,但我认为这不是最佳选择:
android - OnRecomputeFinished 不会被调用
一旦被代码 thouter Route.Compute(...) 调用,我就使用侦听器来计算路由,但是当我退出计算的路由时,“OnRecomputeStarted”方法不会触发!这是我的代码:
Router.RouteComputeListener mRouteComputeListener = new Router.RouteComputeListener() { @Override public void onComputeError(Router router, @Router.RouteComputeError int error) {
swift - 如何在 Sygic 中获得我的导航速度
我的问题很简单,我可以开始导航,获取从当前位置到路线终点的剩余时间和距离,但我没有找到如何获取当前导航速度