Questions tagged [skobbler-maps]
60 questions
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,231
- 2
- 22
- 45
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
3
votes
1 answer
In skobbler 3.0 how to set a custom image in an annotation on a map
The new library, the class SKAnnotation not have the method:
annotation.setImagePath (mImagePath);

yfuentesh7
- 31
- 1
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
2
votes
2 answers
How can i find x64 libs for Skobbler library?
We use old version of Scobbler in our project, and now we can't publish our updated apk because of new Google Play 64-bit requirement:
https://android-developers.googleblog.com/2019/01/get-your-apps-ready-for-64-bit.html
There are on only x32 lib…

KirstenLy
- 1,172
- 3
- 14
- 25
2
votes
0 answers
SKMaps continously crashing with SIGSEGV error in offline mode [Android]
I am getting SIGSEGV error every time when I try to zoomin/zoomout map for 2-3 time in Offline Map. It even crashes if I try to move map for different places and it is getting very frustrating. I recently download the demo project provided by…

abhishek
- 857
- 3
- 13
- 34
2
votes
0 answers
Skobbler SDK Android - Corrupt/inconsistent SKNavigationState objects
We did experience some inconsistency from the SKNavigationState updates with Android.
Sometimes we get inconsistent SKNavigationState object after starting navigation, therefore navigation stopped working.
A strange thing is, that sometimes it does…

Jan
- 21
- 2
2
votes
1 answer
How to enable cycle style / topography in android's SDK?
I'm trying to include topographic info using Skobbler's Android SDK, but the Cycle map style is not available as it is in the online version
Included styles in the SKMaps assets are day, grayscale, night and outdoor.
My main goal is to include the…

Stanimir Stoyanov
- 1,623
- 18
- 29
2
votes
1 answer
Skobbler/Skmaps navigation arrow positioning
I am using skmaps for my Android application. Route is calculated and is drawn on Map, when navigation starts , the blue circle arrow didnot move along with route(screen doesn't follow the cursor) and soon it was out of view. User have to have to…

techroid
- 477
- 4
- 11
2
votes
1 answer
Set width for the polyline drawn from Gpx in SKmap
I have drawn the SKGpsElement in the map, and here i would like to customize the polyline drawn for the width, color.
I could only render the color in SKMap 3.0.0 but cannot change the width of the polyline on zooming.

Ranjana Dangol
- 1,319
- 2
- 13
- 24
2
votes
0 answers
Skobbler Map: reverse geocodder returning NULL for some attibutes in SKSearchResult
Under SKSearchResult object, the parameters street, house number, neighbourhood, zip code, state code, region, citySector, state, and poi always contains NULL in result. Any solutions? Thanks..
if(mapView!=null) {
SKSearchResult result =…

Jasmine Chaniara
- 61
- 10
2
votes
1 answer
Is there any way to get the SKPostion on NavigationStarted?
I am trying to get the Points(coordinates) traveled on the Route while navigating. SKnavigationState does not provide any latlon coordinates on ongoing navigation to the route.
How do I get the coordinates of the user's position on the route while…

Ranjana Dangol
- 1,319
- 2
- 13
- 24
2
votes
1 answer
Skobbler didFinishRouteCalculationWithInfo array exception
Getting an exception when using Skobbler Maps in iOS. Seems like a concurrency exception resulting in an invalid array access, but since it's a problem with the provided code from Skobbler, not sure how the best way to fix their broken code.
See…

ApolloX
- 31
- 3
2
votes
1 answer
Skobbler Maps Custom Route calculation in Android
We started working on Skobbler maps and downloaded demo project AndroidOpenSourceDemoGradle with API key we generated in Skobbler account and started working on our own values of latitude and longitude.
We tried to calculate custom route using the…

SriramTej
- 21
- 5