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

Occasionally see black rectangles overlaying SKMap when attempting to view map with SKAnnotations (purple pin marker type) on Android SDK 2.5

We're currently using Skobbler 2.5 to build an Android navigation app. One function within the app, allows you place annotations along a previously computed route. The annotations can be placed on the map while the SKMap is visible on screen or…
Keith
  • 811
  • 6
  • 18
3
votes
1 answer

skobbler (skmaps ) annotation with buttons

I want to add an annotation on an skmap, like so: SKAnnotation annotation1 = new SKAnnotation(p1.id); The annotation must contain 2 buttons with the respective handlers. How can I do that ?
user1386187
  • 31
  • 1
  • 4
3
votes
2 answers

How to continue navigation after changing screens - Skobbler

After a navigation has started, user has an option to switch between screens. There are two screens with two different maps - one showing navigation and another showing some POIs. Whenever screen is changed, new delegates are set and…
SteBra
  • 4,188
  • 6
  • 37
  • 68
3
votes
0 answers

How to start Tracking POIs with Skobbler

This is my code for creating trackable POIs and starting a POI tracking. This code is placed just before I would calculate a route and start navigation -(void)createTrackablePOIs { // Go through the route array and create POIs out of all added…
SteBra
  • 4,188
  • 6
  • 37
  • 68
3
votes
1 answer

Skobbler Annotation disappears from map when zooming out on Android

Currently, I am adding a list of annotations to a mapview with code similar to the following: // Add to map view SKAnnotation annotation = new…
Keith
  • 811
  • 6
  • 18
3
votes
1 answer

Skobbler maps - Failed to calculate route

I'm having this strange error when trying to calculate route. It only happens first time app is opened. After I close an app, and start it again, it works as intended with doing exactly the same thing. I get Route calculation failed with…
SteBra
  • 4,188
  • 6
  • 37
  • 68
3
votes
1 answer

Attribute styling not showing up on the app

I'm styling the lcn bike attribute within StyleEditor and it is visible on the map. However, when rendering that style on the app, it is not being shown, like it has no style applied to it. Note that in order to see this attributes I must enable the…
p4bloch
  • 267
  • 1
  • 7
3
votes
1 answer

Restrict the dragging of SKMapView to a certain city

I am trying to restrict dragging of SKMapView to a certain city. Here is what I have tried, I had gone through Doc References and open source code. Seems like SKBoundingBox does that. But this piece of code doesn't work. It still allows user to pan…
itsji10dra
  • 4,603
  • 3
  • 39
  • 59
3
votes
1 answer

Is it possible to use custom view for SKCalloutView?

Is it possible to make a custom UIView, with elements such as Label and Button, and use it as a CalloutView? What I read through the documentation so far doesn't implicates that it is possible. Changing left and right button is possible, together…
SteBra
  • 4,188
  • 6
  • 37
  • 68
3
votes
1 answer

onUpdateNavigationState() error

I am in the process of upgrading from Skobbler 2.3 to the latest 2.5 and I am picking up an error with navigation. When onUpdateNavigationState() is called, all data in the SKNavigationState object is always empty. For instance,…
Faeem Ali
  • 121
  • 1
  • 6
3
votes
2 answers

Is it possible to update the Audio Advice returned in Navigation to use Imperial (miles and feet) units?

When playing out Audio Advice in Navigation mode using the Android SKMaps SDK (v2.5), it is possible to update the Advice before it is output to reflect Imperial/US Standard as opposed to Metric? Looking at the audio_files that are provided with…
Keith
  • 811
  • 6
  • 18
3
votes
1 answer

Can I disable map panning when select annotations

I just started using SKMap library on IOS recently. One behavior of the function didSelectAnnotation (from the SKMapViewDelegate Protocol), is that whenever an annotation got selected, the center of the map's visible region will move to the location…
3
votes
1 answer

How to create route from GPX file with Skobbler?

I need to create a route in my mobile app, using the GPX route I received from the server. I couldn't find any guides on the official skobbler site, nor on the web. This is what I tried, but failed SKGPSFileElement* gpxFile; gpxFile.type =…
SteBra
  • 4,188
  • 6
  • 37
  • 68
3
votes
1 answer

CocoaPods unable to update ScoutMaps-iOS-SDK pod

The current (installed) version of ScoutMaps-iOS-SDK is 2.4 and I'm trying to updated to the latest version 2.5. However it is not updating neither failing. I've run the command: pod update The output was: Downloading dependencies Using…
Otávio
  • 735
  • 11
  • 23
3
votes
1 answer

Skobbler Map crashes after returning from background

I am developing an application where I am using skobbler sdk 2.4 and I have encountered a problem when I open Map and then I go to background and open an app that needs a lot of memory like Clash of Clans :P. After a few seconds when I return to the…
Ultimo_m
  • 4,724
  • 4
  • 38
  • 60