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

467 questions
16
votes
1 answer

Offline maps SDK for Android and iOS

I would like to use offline map functionality for my application. Could somebody recommend to any useful map SDK? I found these: Skobbler, Bing Maps, and TomTom. But in not sure which one is better. I need a custom POI, routes highligting, and…
redrom
  • 10,590
  • 29
  • 143
  • 244
10
votes
3 answers

Displaying an Image Downloaded from the Internet as Annotation - Using Picasso

I cannot display the image downloaded from the Internet as annotation. I am implementing the following code and Picasso library. However, if I use a local image, it works. Thanks in advance for any help. private void createAnnotation(int id, double…
burakk
  • 1,034
  • 2
  • 17
  • 39
6
votes
1 answer

Skobbler callout tail imageview displayed incorrectly Android SDK 2.5.1

I have code that adds a custom annotation callout view to be displayed whenever an annotation is selected my Skobbler mapview. @Override public void onAnnotationSelected(final SKAnnotation annotation) { ... mapPopup =…
Keith
  • 781
  • 5
  • 18
6
votes
4 answers

Adding an Skobbler Map to my empty App

I am trying to set up a new Project with Skobbler. I've integrated the SKMaps.jar and put it into the buildpath. I am using AndroidStudio with gradl. Now the problem is: The moment when I call SKMaps.getInstance().initializeSKMaps(this,…
Fabio Schmitz
  • 135
  • 1
  • 7
5
votes
1 answer

What process should be used to compress SKMaps.zip file for use in Skobbler powered app?

I'm currently using the Skobbler SDK in an Android app to handle mapping and turn-by-turn direction tasks. One issue that came up was the desire to change to frequency at which audio advice is issued from the SDK so that we don't have too many…
Keith
  • 781
  • 5
  • 18
5
votes
1 answer

Android - Skobbler doesn't support 64 bits processor

Skobbler doesn't support x64 bits processors. Is it possible to fix the x86 bits libraries to work on x64 bits device ? 2-02 14:55:35.171 8818-8840/? E/AndroidRuntime: FATAL EXCEPTION: Thread-3042 12-02 14:55:35.171 8818-8840/? E/AndroidRuntime:…
5
votes
1 answer

Enabling "navigation" mode in skobbler Android API

I can't find a way to make my app, which currently implements SKmaps to the point of showing a route, show the route and follow the route like a car navigator. example: This is my "route loading" method: @Override public void…
CptEric
  • 867
  • 12
  • 22
5
votes
0 answers

Skobbler "Route cannot be calculated" error message

I am implementing custom turn-by-turn navigation using SKobbler. I am getting a message "Route cannot be calculated" at times. But, the source and the destination coordinates are correct. I tried the same coordinates in google maps. It provides me…
BhagyaNivi
  • 741
  • 6
  • 11
5
votes
3 answers

Swift embedded library -> Command /usr/bin/codesign failed with exit code 1

I'm trying to integrate swift framework to my project: http://developer.skobbler.com/download/SKMaps_iOS_2.4.0_withDemo_Swift.zip When I try to integrate as embedded binary xcode couldn't code sign and tells me "codesign failed with exit code…
ik1
  • 213
  • 3
  • 14
5
votes
1 answer

Release memory of SKMap (Skobbler) in iOS app

I am making an iOS app which uses SKMap (Skobbler). My app consume lots of memory when SKMap opens. More over it doesn't release the memory when i move to other page of the application. I put some code in viewWillDisappear method to release memory…
Vivek Shah
  • 410
  • 5
  • 21
4
votes
1 answer

How to use createRouteFromTrackElement() in Skmap

I have some queries regarding the custom route Navigation. I have list coordinates from Source to destination but the first parameter of method is SKTrackElement. how can we pass that element to methods
Nikhil Katekhaye
  • 1,197
  • 10
  • 17
4
votes
1 answer

SKVectorMapView: unrecognized selector

I'm implementing Skobbler SDK (v2.5) but I've an issue with firsts steps. App crashes with this error: [SKVectorMapView displayTrafficWithMode:]: unrecognized selector sent to instance This is the code of AppDelegate SKMapsInitSettings*…
4
votes
2 answers

Getting the Highway name - Skobbler

I need to get the highway name on which the user is currently navigating. That can be done in navigation mode, getting it from -(void)routingService:(SKRoutingService *)routingService didChangeCurrentStreetName:(NSString *)currentStreetName…
SteBra
  • 4,071
  • 5
  • 36
  • 66
4
votes
1 answer

How to edit road badges in Skobbler?

I cannot find any "badge" feature in the StyleEditor at any level and I would like to change the color of the road badges.
4
votes
1 answer

How can I customise the position icon?

I am trying to replace the position icon in the demo with my own but I haven't managed to figure out how. I searched for it's declaration in the .json file and had no success. { "class" : "map", "colortype" : "rgba", …
1
2 3
31 32