Questions tagged [sygic]

We change the way people travel. We connect smartphones with cars, we help families stay in touch and navigate company fleets all over the world. And we never stop innovating.

The most advanced navigation

Rely on world-class GPS Navigation trusted by 200 000 000 drivers.

Maps of the entire world

Navigate with or without internet connection with high-quality maps for over 200 countries.

Real-time traffic

Sygic offers superior Traffic service, powered by TomTom Traffic with data collected from millions of drivers. Extremely accurate traffic information with faster route suggestions enables you to avoid every traffic jam.

No speeding tickets

Daily warnings for over 30 000 speed cameras and speed limits.

Cheapest gas

Fill up for the best price with real-time information about gas prices.

Parking suggestions

Find parking with live info about 40 million parking spot prices and vacancies.

About Sygic

Founded in Bratislava, Slovakia, in 2004, Sygic is a Deloitte Fast 50 Company and in 2011 was added to Deloitte's Fast 500 EMEA listing. In 2009, Sygic produced the first ever turn-by-turn navigation app for iPhone. With over 200 million unique users on iOS, Android and Windows, Sygic is the most advanced GPS navigation app in the world.

More about Sygic.

26 questions
2
votes
1 answer

onBackBtn=minimize does not change the back button behavior

In the settings_overload.ini we have defined onBackBtn=minimize but this doesn't seem to work. We still get the question 'Do you want to exit Sygic GPS Navigation?'. We would like to keep the navigation running into background. We are using Sygic…
2
votes
1 answer

Sygic Custom URL IOS

i have been using an url launch that open sygic and drives to coordinates n my website. It looks like this: com.sygic.aura://coordinate|15.06591|47.73341|drive After the last Sygic update this url launch does not work anymore, it fires up Sygic but…
Sjoberg
  • 21
  • 2
2
votes
1 answer

Can I open an Offline Maps App with a link pointing to a GPS Position?

I want to generate a link with a gps position so that, when clicked, the Offline-maps-app (TomTom, Garmin, Sygic, Scout/Skobbler, Osmand, Locus, Maps.me, or any other) opens and shows the location, similar…
Thomas
  • 41
  • 3
2
votes
1 answer

How can I get current location from the sygic map into android?

I am using sygic map. When I try to get location in sygic map I can not get nothing. My code is as below: boolean satInfo = true; int maxTime = 0; GpsPosition gpsPos = new GpsPosition(); gpsPos = ApiNavigation.getActualGpsPosition(satInfo,…
2
votes
2 answers

How to navigate in sygic maps

I have integrated sygic in my android application using a surface view. I want to navigate in that sygic application . I have used this code : SWayPoint wp = new SWayPoint(); wp.Location = new LONGPOSITION(34,…
Hammad Shahid
  • 2,216
  • 5
  • 32
  • 60
1
vote
0 answers

EVENT_RADAR_WARNING event is not being received by ApiCallback

We are trying to receive a specific event when it gets close to a radar... but sygic sdk is not sending this event to our callback, any ideas? My code: private val mApiCallback: ApiCallback = object : ApiCallback { override fun…
1
vote
1 answer

Android - How to trigger standalone navigation applications with multiple way points via intent?

Today I'm using Android Intent in the following format to trigger navigation from my application on standalone navigation applications: Action : "android.intent.action.VIEW" URI : "google.navigation:q=48.605086,2.367014/48.607231,2.356997" Component…
bilgo
  • 137
  • 1
  • 9
1
vote
0 answers

Sygic current user location issue (Android)

I've a problem with SYGIC SDK in ANDROID, it works fine, the map appears the static pins too but I can't display the pin of my current position in the map. I followed this guide to work on it. I'm not sure but I suppose that the problem is coming…
1
vote
1 answer

How to get the speed of my navigation in Sygic

My issue is simple I am able to start a navigation, get the remaining time and distance from current position to end of route but I didn't find how to get the current speed of my navigation
1
vote
1 answer

Sygic issue in calculating the route

I have a problem when I tried to add a route in my Sygic offline map view. In the debugger, I got this message " Routing interface: Asking for unknown transport mode." this the code that I wrote: class SygicMapViewController: UIViewController,…
Walid Sassi
  • 185
  • 2
  • 16
1
vote
1 answer

Sygic issue in showing the map

I have a problem with Sygic maps framework, I tried to show the map using this code in the AppDelegate.swift func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool…
Walid Sassi
  • 185
  • 2
  • 16
1
vote
2 answers

what are the differences between different Sygic map types?

There are three different maps for sygic gps navigation: NT or TA or OS maps. I am wondering what are their differences? which one I should use?
peterboston
  • 877
  • 1
  • 12
  • 24
1
vote
1 answer

Strange behaviour of custom schema for Sygic on iOS

In phonegap application for iOS I'm trying to open Sygic navigation app in javascript by it's custom schema URL. Everything works for native iOS navigation, Google Maps, Waze.... but not for Sygic! It's very strange because direct link tapped by…
Benny7500
  • 569
  • 6
  • 16
1
vote
1 answer

Sygic URL scheme - App does not open

I am trying to integrate the most popular navigation apps into my app, and all of those I chose work, except for Sygic. Following this guide, I wrote the code: NSString *URL = [NSString stringWithFormat:@"com.sygic.aura://coordinate|%f|%f|drive", …
Guilherme
  • 7,839
  • 9
  • 56
  • 99
0
votes
0 answers

Populate dimensional restrictions in Settings_overload.ini

I'm trying to populate the height, weight and length in the sygic application by using the Settings_overload.ini With m_arrDimensionalRestrictions= I can fill the total weight and the total axle weight by adding =16000,200000 but not the other 3…
1
2