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
3
votes
1 answer

Dynamic Arrow Positioning on Skobbler for Android

I have a custom SKCalloutView on Android, but the tail is following the marker, behaviour that I don't want. Looking at the documentation for iOS i found that there they have the method "dynamicArrowPositioning", but was unable to find a similar…
Luan Barbosa
  • 462
  • 4
  • 16
3
votes
2 answers

Avoid detection of the ending point navigation

I'm using the SKMaps.frameworks from the Scout developer team (which is pretty awesome !) on an IOS swift development. I use the GPX functions on a turn by turn experience. What I want is to create a loop route. So the starting waypoint and the…
GrayFox
  • 824
  • 2
  • 10
  • 27
3
votes
1 answer

Skobbler iOS crash during navigation

I'm using the Skobbler iOS SDK (2.5.1) in a native iOS app, running on iOS 9/iPhone 6. On a beta tester's device, at some point in navigation, there's a crash deep in C++ code: std::__1::__tree
3
votes
0 answers

Skobbler map stays black on Android

I followed the Android tutorial for Skobbler which can be found here: http://developer.skobbler.com/getting-started/android In my app, I cannot use the SKMapFragment because I need a android.support.v4.app.Fragment for the rest of my apps logic.…
Bart Burg
  • 4,786
  • 7
  • 52
  • 87
3
votes
2 answers

How can I exclude SKAdvisorResources.bundle from being copied within the app?

Given I don't need the bundle SKAdvisorResources because I don't use any voice advice or navigation, how can I avoid it ends up in my ipa? I've added SKMaps to my project as pod dependency just adding pod 'ScoutMaps-iOS-SDK' to my Podfile. The…
Alessio Nunzi
  • 91
  • 1
  • 6
3
votes
1 answer

Adding Prepared Maps causes Android SDK to crash

I am using the Skobbler Android SDK within a cordova plugin. It works fine in ONLINE Mode, showing me the map view. But my goal is to provide maps for OFFLINE navigation. So I followed the following tutorial on prepared…
rotzoll
  • 106
  • 6
3
votes
1 answer

SKMaps module not found when installing as a CocoaPods dependency

I can't get the SKMaps module to resolve when installing it as a Cocoapods dependency. When importing: import SKMaps I get the following error: No such module 'SKMaps'. My Podfile is as follows: platform :ios, '8.0' target 'TestSpace'…
benwixen
  • 972
  • 9
  • 15
3
votes
1 answer

For Skobbler maps iOS SDK, how to control when app asks for location permissions?

When we enable offline skobbler maps, as soon as the user loads the map, it asks for the location permissions. We have built our own 'current location' button and would like for the app to ask for permission only when the user presses the current…
Harry Jiang
  • 721
  • 6
  • 16
3
votes
1 answer

Destination suggestion by searching the name in searchbar SKMAPS

Is it possible to search for an address using searchbar in skmaps offline package. I had downloaded and included the offline city package from the demo project. Now I have to select my destination point for my navigation by searching the…
Mohanraj
  • 587
  • 4
  • 21
3
votes
1 answer

How do I show international / transliterated names for streets in SKMaps?

I have tried to play around with the internationalisation settings in SKMaps for a while, but they only seem to have an effect on the labels for cities, and not for streets. F.ex. in Thailand, where the alphabet is completely unintelligible for…
benwixen
  • 972
  • 9
  • 15
3
votes
1 answer

Updating SKMaps from 2.5.0 to 2.5.1

I have a problem due to updating SKMaps from version 2.5.0 to version 2.5.1. Something doesn’t seem to be right with the native .so library. I always have this error: 11-24 10:34:04.922 7463-7884/de.mypackage A/libc: Fatal signal 7 (SIGBUS) at…
unlimited101
  • 3,653
  • 4
  • 22
  • 41
3
votes
2 answers

Pre-bundle maps in Skobbler SDK 2.5.1

I started experimenting with the Skobbler SDK today, and downloaded the SDK and Demo package 2.5.1 for Swift in IOS. Pre-bundled maps would be a central piece in a possible app. I looked at the instructions available at…
matli
  • 27,922
  • 6
  • 37
  • 37
3
votes
1 answer

Skobbler Annotation disappears (moves) when it is the starting point of a route

I'm using the Skobbler ios SDK. I add two annotations to my map view. Then I route between these two points. The routing succeeds, but the annotation (pin) for the first point, the starting point disappears -- Actually the first annotations moves…
jimmyg
  • 580
  • 4
  • 13
3
votes
1 answer

In the Skobbler API, what unit is Annotation.setOffset() in

When setting a custom image for the map markers (Annotations) on a Skobbler map, one can set the offset of the image using SKAnnotation.seOffset(SKScreenPoint), so that the marker can line up proprly with the exact location of gps coordinates, but…
Siavash
  • 7,583
  • 13
  • 49
  • 69
3
votes
1 answer

Custom navigation route

Is there any possibility to create a custom navigation route with a free route mode type? I would like to create a route in a park or on a river (without any reasons) that could navigate user on it. While creating a custom track and applying it in…
Bart S.
  • 51
  • 3
1 2
3
30 31