Questions tagged [sygic-maps]

Embed Sygic Javascript Map into your web or mobile solution and experience the state of the art design powered by our top-notch algorithms and technologies. Choose your preferred map data provider for each fleet or project – select from premium vendors like TomTom or HERE, community maintained OpenStreetMaps or use your custom-made map data.

Take advantge of a rich set of APIs for the development of your web based application.

Maps API

Embed raster map tiles or fast vector maps with any information and graphics using Custom Layers.

Geocoding & Search API

Find places and addresses, convert them to geo-coordinates, or just see suggestions as you type using Autocomplete.

Routing API

Pedestrian, car, RV, bus, delivery van, or truck routing algorithms used by more than 150 million drivers worldwide.

Route Optimization API

Multi-vehicle and multi-stop sequence optimization using various restrictions and attributes.

Read more about product.

Read details of API.

7 questions
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

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

TypeError: L.TileLayer.sygicRestriction is not a function

I'm trying to add a truck restrictions layer to my map using Sygic's Leaflet 1.0.3, and their plugin 1.1.0 with an evaluation key. I'm receiving the following error in the FireFox JavaScript console: TypeError: L.TileLayer.sygicRestriction is not a…
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
0
votes
1 answer

How to properly detect markerClick in Sygic Map

I used MapGestureListener to compare each time the coords of the clicked area and the coords of the marker and if they're at the same coords then I'm good to go but it just won't work because of the relative altitude change that doesn't assure the…
0
votes
1 answer

OnRecomputeFinished won't get invoked

i'm using a listener for computing the route once it's invoked by code throuter Route.Compute(...), but when i go out of the computed route , the method "OnRecomputeStarted" doesn't fire ! this is my code : Router.RouteComputeListener…
0
votes
0 answers

How to recompute Route in Sygic

my issue is simple I compute a primary route and I added it to Sygic MapView. I defined the startWay point and also the the end point. It works perfectly. But when I try to change to the alternative route when I started the navigation It can't…
Walid Sassi
  • 185
  • 2
  • 16