Questions tagged [carto-mobile]
24 questions
0
votes
1 answer
Carto MapView re-use causes crash
While using the Carto Mobile map SDK, the app experiences a crash soon after the main activity is replaced with another full screen view, and tried to return to it.
I have tried to remove the map render and map render listener in the onPause for the…

Grant Davis
- 1
- 1
- 2
0
votes
1 answer
LineStyleBuilder and similar cannot resolve setColor() and other functions
I have recently been upgrading an old android project, which was using nutiteq sdk.
I begun migrating the classes and functions to the much more recent carto sdk.
While doing so, I have faced a few conflicts or incompatibilities.
But something so…

Grant Davis
- 1
- 1
- 2
0
votes
1 answer
Load vector tiles from folder instead than from MBTiles file
Is there a way to load several vector PBF files that are in a folder in a similar way than it's possible to do it now from an online source?
My app deals with several MBTiles files, but I'd prefer to read a folder with PBFs in it instead. So I can…

xarlymg89
- 2,552
- 2
- 27
- 41
0
votes
1 answer
Get x and y pixel of touched MapTile in Carto mobile SDK
I have a RasterTileLayer for showing wms layer and i need getting features of touched area from geoServer; but geoServer needs x and y coordinate of touched mapTile in range of 0 to 256 (cause tile size set to 256); but i don`t know how to get it or…

H.Mosavi
- 15
- 6
0
votes
1 answer
Avoid alpha summation in Line that overlap itself in Carto Mobile SDK
Disclaimer: I posted this question originally in gis.stackexchange. Apparently it may fit better in here according to carto support. I'll keep both questions updated, and remove one of them if the moderators tell me to.
I need to draw a big line…

dcollado
- 1
0
votes
1 answer
How to enable Latin names for places in some places instead of local ones in Carto Services?
Some places on the map is labeled with Cyrillic names, but I need only English/Latin names of places on the map, however sometimes there are only local names. How can I implement this?
P.S.: I have spotted this issue on Belorussian and partly on…

Oleg Kosuakiv
- 174
- 2
- 15
0
votes
1 answer
How to rotate location marker in ios using carto-mobile( CARTO-SDK)
I am using Carto-Mobile and I am trying to rotate the location marker using CLLocation true hedding, but I can't make it work.
I set a bitmap image to the location marker which is a NTPoint object, but NTPoint doesn't have any method to rotate…

Randy Hector
- 89
- 1
- 1
- 9
0
votes
1 answer
Z-index of map objects
Is it possible to specify Z-index of map objects in Carto Mobile SDK?
I am creating some objects on the map, but I can't control its z-index. I understood that the more closer to bottom object is situated the more closer to user it is displayed…

Artem Marakhovskyi
- 25
- 3
0
votes
1 answer
How to fix error project offline maps used Nutiteq maps SDK
I'm a newbie in android. I try a project on the used Nutiteq maps SDK on Github, but I made some errors:
in class MyMapEventListener error UTFGridRasterTileLayer,class CartoDBTorqueActivity error TorqueTileLayer, class CartoDBVectorTileActivity…

Jack
- 21
- 3