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

Skobbler maps UnsatisfiedLinkError

I started working with skobbler maps, followed the guide on skobbler website to add its dependencies to project, however upon building the app it gives this error java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file…
ghap
  • 119
  • 4
0
votes
2 answers

Issues with SKMaps with certain devices

I have found two issues with SKMaps 3.0.0 with two of my Android devices, although they seem to not be issues on other devices (such as my tablet). Devices include: Samsung S6 Edge+ Android:6.0.1 Nexus 6 Android:5.1.1 EDIT:STILL BROKEN WITH 3.0.1…
HaydenKai
  • 871
  • 7
  • 31
0
votes
1 answer

SKMaps Error When upload play store

Sorry but I have a problem when upload my app android to play store. The app use skobbler maps. And I use the version of skmaps that is in the example project (3.0.0) and I get Vulnerability Libpng library The vulnerabilities were fixed in libpng…
0
votes
1 answer

SKMaps / Skobbler Map Server Down

One or some of the SKMaps/Skobbler Map Servers appears to be down, since 2 days ago. Is this just me or are more people experiencing this? If it's just me any help would be appreciated in how I could resolve this. I'm updating my iOS app from SKMaps…
guido
  • 2,792
  • 1
  • 21
  • 40
0
votes
1 answer

SKMaps v3.0 custom audio file at location

I am using SKMaps v3.0 in my android application and drawing route using the below method. SKRouteManager.getInstance().calculateRouteWithPoints(pointsList, route); Everything is working fine, including navigation and voice suggestions. Now my task…
seshu450
  • 99
  • 1
  • 1
  • 9
0
votes
0 answers

Skobbler Demo Application(SDK Demo version 3) crashes

Skobbler Demo application (for SDK Versoin 3) is crashing at following line in Splash activity: SKMaps.getInstance().initializeSKMaps(getApplication(), this); and Console didplay following log for this crash: JNI DETECTED ERROR IN APPLICATION: JNI…
techroid
  • 477
  • 4
  • 11
0
votes
1 answer

Initialize Skobbler 3.0.0 fails

I am trying to upgrade from Skobbler 2.5.0 to 3.0.0 and Api fails to initialize. I have added the new Libs and new jni's also updated all changed API functions and followed the porting instructions. I get following call stack: …
0
votes
1 answer

Is there a way to dynamically update a destination?

I'm working on an app that has a leader pass their position to a client and I need to update the route destination dynamically. I am currently recreating the entire route but the recalculation causes the route to "blink" which I don't love. I'm open…
0
votes
1 answer

Remove settings

I'm making an iOS App, and I want to remove the Settings option when you tap the bottom bar (so only close and exit will remain). Is there any way to do this, and how? Thanks in advance!
0
votes
1 answer

Android HERE SDK: adding file *.so inside jnilibs/armeabi

I am using HERE Nokia Android SDK. I have jnilibs/armeabi folder with all files necessaries. Then I need to use another library and I have to put libngnative.so inside and create another folder: armeabi-v7a and x86 folder with libngnative.so too. In…
user2316075
  • 479
  • 5
  • 16
0
votes
0 answers

Heavy lags in certain conditions

I use Skobbler SDK 2.5 with a Samsung Galaxy Tab 8,4 / Kitkat 4.4 and I am experiencing heavy performance issues that start after a while when dragging in certain zoom level ranges (heavy lags, frames take about 1 second to update). Profiling shows…
Steffen Funke
  • 2,168
  • 1
  • 21
  • 18
0
votes
1 answer

How can i get all SKMap location objects so I can filter trough them?

I use SKMap in a offline navigation iOS application and: I'm trying to search from a UITextField a street/city/district within a preinstalled map and I want to get all objects that matches my search. How can I get all map location objects so I can…
Silviu St
  • 1,810
  • 3
  • 33
  • 42
0
votes
1 answer

skmaps how can i zoom in on current position in navigation

I'am using Navigation on map and i want to center on my position with a zoom in when i make zoom out(Screen Shot), how can i do this? This is how i did but it doesn't work : -(IBAction)centrerAction:(id)sender { [self.skMap…
Nedra Kachroudi
  • 95
  • 1
  • 10
0
votes
1 answer

Mutiliple Annotations in Skobbler(skmaps) map , how to show multiple markers in skobbler maps in android

I am able to implement SKAnnotation to set a single annotation in skmaps Now i just want to add multiple annotations in skmaps map android So here is the code snippet .. Any help will be appreciated .... SKAnnotation annotation1 = new…
Quick learner
  • 10,632
  • 4
  • 45
  • 55
0
votes
1 answer

Scout SDK: custom visual advice images

Using Scout SDK 2.5, looking for way to customize visual advice images for navigation. As I understand the visual advice images are generated on the fly and there is no package of images, which can be replaced in order to use custom ones. Question:…
bel
  • 439
  • 1
  • 5
  • 17
1 2 3
30
31