Questions tagged [skmaps]

skobbler (now Scout Developer Platform) is a map & navigation SDK for mobile (full mapkit/google maps replacement & more) and web, based on OpenStreetMap.

skobbler (now Scout by Telenav) is a map & navigation for mobile (full mapkit/google maps replacement & more) and web, based on .

References

465 questions
0
votes
1 answer

Current location in SKOBBLER map

I am new to android and even newer to Skobbler sdk I am trying to access the current location but it taking me to berlin I am using the code below : mapView.getMapSettings().setCurrentPositionShown(true);
pradeep
  • 29
  • 1
0
votes
1 answer

SKRouteManager.getInstance().calculateRoute(route); return nullpointer exception in SKMaps SDK 2.4

I am able to get SKMaps initialized and display the map in my MapsActivity. The problem is that my app crashes with a nullpointer exception whenever it tries to calculated a route. Right now the code has the Advisorsettings set by tapping the map…
0
votes
1 answer

How to stop zooming in automatically if i zoom out while navigating with skobbler

I successfully made my navigation app using skobbler, but there is one thing I cannot figure out. When the route is calculated and navigation starts, if the user zooms out using pinch gesture on map, it will automatically zoom back to the starting…
SteBra
  • 4,188
  • 6
  • 37
  • 68
0
votes
1 answer

What are the Map Sessions limitations for the free plan offered by Skobbler (Telenav)?

I plan to use Skobbler maps iOS SDK for one of my project, but before using it inside my project I need to know the Map Sessions limitations for the free plan. In that sense I browsed the company's website and I found two different answers to my…
King-Wizard
  • 15,628
  • 6
  • 82
  • 76
0
votes
1 answer

SKMaps: How to search an address directly?

I'm trying to develop an activity in android that allows the user to search an address in offline maps.I currently use multistepSearch with SKMultiStepSearchSettings but inspecting the documentation I have found the following class:…
Álvaro Loza
  • 411
  • 4
  • 21
0
votes
0 answers

Exception(Crash) in iOS SKMap (Skobbler), and release memory of SKMap

I am making an iOS app which uses SKMap (Skobbler). My app got crash when the below code of SKMap execute. NSArray* advices = [[SKRoutingService sharedInstance] routeAdviceListWithDistanceFormat:SKDistanceFormatMetric]; and also SKMap consumes lots…
Vivek Shah
  • 430
  • 5
  • 22
0
votes
1 answer

SkobblerFrameWork not getting exact locations

In skobbler framwork Not gettig exact location, In Google API if we given an Address likes "107, Floor 1,Civic Centre 2,Earl Street,Coventry,CV1 5RR " we will get exact location but, in skobbler not getting exact location, gets all near by…
Vineesh TP
  • 7,755
  • 12
  • 66
  • 130
0
votes
0 answers

routeAdviceListWithDistanceFormat Getting Crash

I am Using Skobbler map. get crash on audio advice method, routeAdviceListWithDistanceFormat NSArray* advices = [[SKRoutingService sharedInstance] routeAdviceListWithDistanceFormat:SKDistanceFormatMetric]; method in SKMAP IOS Version : 7.1 Xcode…
Vineesh TP
  • 7,755
  • 12
  • 66
  • 130
-1
votes
1 answer

How i can get list of all the directions throughout the route in skmaps before starting navigation?

I need to get information of all the turns that will be coming in navigation prior to starting navigation. Thanks in advance!
vishal grover
  • 47
  • 1
  • 7
-1
votes
1 answer

How to add dragging option to SKAnnotaion?

I have a feature to place an annotation to a map by performing a long press at a point on the map. Then user can move the annotation to other position by dragging. I was able to achieve that using RouteMe, but now I want to replace RouteMe with…
Neeraj Raghavendra
  • 95
  • 1
  • 1
  • 11
-1
votes
1 answer

Error when displaying the map using Skobbler in Android

I want to integrate a map in my android application. But I'm just starting form the basics and I'm already encountering a crash/error. I just copied some codes from the demo project but still no luck. Logcat : 08-14 16:19:55.703:…
-2
votes
1 answer

Pedestrian routes style

Is it possible in SKMaps on Android make pedestrian route style like in Google Maps with dots?
Airfreshener
  • 826
  • 1
  • 8
  • 18
-3
votes
1 answer

Navigation Arrow Not updating: Navigation arrow not rotating at high speed navigation

enter image description here In the image above as you can see my navigation arrow is not pointing in the correct direction in which i am driving. This issue always occurs when i am driving at high speed.What can be done to remove this…
-4
votes
1 answer

SKHeader:Need to edit the header triangle when navigation starts

enter image description here I have an issue regarding "SKHeading". When i use (SKMapSettings.SKHeadingMode.ROTATING_MAP) and starts navigation i am getting a triangle on my navigated route which define a header i want to edit that header to…
-4
votes
1 answer

iOS: How to show nearby hospitals in skobbler maps?

I am creating a app in which it shows nearby hospitals,so am not able program it please if you know how to do that?
1 2 3
30
31