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

How to change POI icons in Skobbler

Is it possible to change the map POI icons with a custom image or logo? I tried from StyleEditor, but i could change only the color of the selected POI.
4
votes
2 answers

Limit a map to certain bounds?

Is there a way to set the map bounds and actually limit the user to be able to pan only within those boundaries? The closest I got to what I need is the mapView.fitBounds method but it does not seem to be limiting the panning at all. Am I doing…
p4bloch
  • 267
  • 1
  • 7
4
votes
1 answer

SKMaps shows black / bluish background

I am implementing turn-by-turn navigation in android using SKMaps. For this, I displayed a separate activity which uses SKMaps. When I present the activity for very first time, the map is displayed and the navigation is working. If I go back from…
BhagyaNivi
  • 741
  • 6
  • 12
4
votes
1 answer

Long-tap/drag/drop Skobbler skannotation to new position

I'm looking to allow my users to drag & drop annotations on my maps, initiated by a long-press on the annotation pin. I can't find anything in the documentation that would handle this. Can someone point me in the right direction? Edit: I realize I…
Matt
  • 6,993
  • 4
  • 29
  • 50
4
votes
3 answers

Android Skobbler Maps 2.4 SDK - Offline/Prebundled Maps Crashing

I have been using the older version of Skobbler maps for a fair while now, and have found it to be quite successful. I have recently began upgrading to version 2.4, to gain some of the extra functionality provided in this version ('via points' being…
isaac.udy
  • 178
  • 1
  • 12
4
votes
0 answers

Skobbler maps annotations disappear after segue to different view controller then coming back

So we are using skobbler in downloaded offline mode and displaying annotations. When clicked, an annotation shows a callout and when the callout is clicked, the app segues to a detail view. When the user clicks back however the annotations…
Harry Jiang
  • 721
  • 6
  • 16
4
votes
1 answer

Skobbler Maps on Android showing black screen

I'm using Skobbler SDK 2.3.0, targeting Lollipop, testing on a Nexus 5 and Galaxy S4, building on Android Studio 1.0.2. I've a single MainActivity with a navigation drawer and fragments. I initialize Skobbler in the MainActivity and load the…
terencey
  • 3,282
  • 4
  • 32
  • 40
4
votes
1 answer

How to modify a Skobbler Annotation without re adding it

I have to modify the image of a SKAnnotation. Annotation builder code: private SKAnnotation getAnnotationFromView (int id,int minZoomLvl, View view) { SKAnnotation annotation = new SKAnnotation(); SKAnnotationView annotationView = new…
alx
  • 352
  • 1
  • 8
4
votes
0 answers

Error displaying Map after Upgrading to Skobbler 2.2.0

I am developing an android app with Skobbler. After updating to the latest version of the Skobbler SDK (2.2.0) we got this problem Sometimes the map just works. The Background is displayed and all the markers. But next time starting the App (without…
Fabio Schmitz
  • 135
  • 1
  • 7
4
votes
1 answer

Android: how to zoom to a specific square in Skobbler maps

I need to display a polyline and want to center the map on this polyline. How to zoom to a specific square consisting of two latitudes and two longitudes in Skobbler maps?
Mohamed Taher Alrefaie
  • 15,698
  • 9
  • 48
  • 66
4
votes
1 answer

How to display a custom route on SKmap

So if we have a local journey planner, would it be possible to display the route on the Skobbler map? Is there any method on SKMapSurfaceView on Android SDK to pass a route to display it?
Mohamed Taher Alrefaie
  • 15,698
  • 9
  • 48
  • 66
4
votes
1 answer

Why are custom annotations not being displayed?

I'm trying to setup custom image annotations in the Android SDK and I'm no able to. If I create the annotation with a default image with the code: annotation.setAnnotationType(SKAnnotation.SK_ANNOTATION_TYPE_GREEN); The annotation is displayed. But…
eliocs
  • 18,511
  • 7
  • 40
  • 52
3
votes
0 answers

Xcode10: Code signing "SKMaps.framework" failed on application Archive time

Application distribution archive failed in Xcode 10, It's working fine in Xcode 9. Please check below screenshot.
vipinsaini0
  • 541
  • 1
  • 7
  • 26
3
votes
1 answer

Skobbler Maps. Annotations appear as black squares. Android

I'm developing an Android app that shows my different POIs with my custom design. Usually In most cases everything is fine. But sometimes, about 5% cases there are black squares instead of my POI. Check the screenshot…
Max Kachinkin
  • 186
  • 1
  • 8
3
votes
2 answers

SKMaps Android trace error in Activity's OnStart()

I'ver recently upgraded my app to use SKMaps 3.0.2, and everything seemed to work, excpet that when my activity ("ViewLocationActivity"), which calls a Fragment which extends android.support.v4.app.Fragment ("NewMapFragment") is restarted after,…
Jimmy Lee Jones
  • 785
  • 4
  • 18
1
2
3
30 31