Questions tagged [nutiteq]

Nutiteq maps SDK is a powerful and easy to use map development tool for smartphones. Enables offline mapping, 3D and GIS data, and flexibility for the most demanding needs.

80 questions
5
votes
1 answer

Navigation drawer not displaying but still opening

I am using Nutiteq SDK which holds a MapView and am trying to use a navigation drawer as well. The problem I am having is that whenever I slide from the left or click the icon to open the drawer nothing opens, but I am unable to move the map until I…
Brandacus
  • 419
  • 3
  • 12
3
votes
1 answer

Fit map to objects in Carto mobile SDK

I have an array of NTVectorElements, how do I set the map bounds so that it fits every element to the screen? I see the moveToFitBounds function but I’m not sure how to implement it. Do you have an example?
JaakL
  • 4,107
  • 5
  • 24
  • 37
3
votes
3 answers

Nutiteq: ViewLabel: Delayed Button execution

I am trying to create a nutiteq ViewLabel with an custom view containing three Buttons. My code and the problem are very similar to this post nutiteq: Button resp. clickable Views not working in Custom ViewLabel. With the provided answer of the…
pekayde
  • 118
  • 10
3
votes
1 answer

nutiteq: Button resp. clickable Views not working in Custom ViewLabel

I am able to make a fully customized ViewLabel in Android nutiteq, defining layout design and sizes. However, clickable Views are not working as expected. First I tried to make the whole label clickable by defining the root layout as clickable, but…
Valentino Ru
  • 4,964
  • 12
  • 43
  • 78
3
votes
2 answers

Offline map freezes the app after proguard on android

I have an Android app using nutiteq OSM map, with mapsforge renderer, and a map file stored in the assets folder. It works perfectly without proguard, but after obfuscation, the app freezes, without any log info. In the proguard.cfg: -keep class…
Szoszi
  • 41
  • 5
3
votes
1 answer

How to calculate the average distance ,speed and time on nutiteq while tracking

I am experimenting using nutiteq , as i found it a better alternative working on 3d maps.I want to learn every bit of it.So I am making a simple project where I can calculate the speed distance and time from its current location simultaneously on…
Pihu
  • 1,041
  • 11
  • 35
2
votes
1 answer

Android Additional Gesture Detection

Good morning folks, I'm using the Nutiteq SDK to render offline maps of openstreet maps and to use offline routing as well. As soon as the device gets a gps signal, the map's center point is moved to the location which is returned by the orientation…
MarcoMeter
  • 473
  • 1
  • 4
  • 14
1
vote
2 answers

JavaME LWUIT: is there appropriate map lib?

I am developing JavaME LWUIT application which needs to display some data on map. And I'd like to use Google Maps for this. I thought about the requirements to the maps and their user interface. They are listed below: Pannable map. It should be…
Zakhar
  • 2,143
  • 2
  • 15
  • 15
1
vote
2 answers

Nutiteq GPS tracking

iam a newbie for this kind of development. im trying to create an android application which involves GPS tracking. i am using Nutiteq because i have to use openstreetmap as the default map. please help me.
gutentag
  • 85
  • 2
  • 5
1
vote
0 answers

Carto PackageManager return null on Xamarin.iOS

I have such problem: On Xamarin.IOS Package Manager returns null after invoking GetLocalPackage(packageId) in several places of the application; What do I know about the issue: This happens immediately after downloading of map package. In…
Oleg Kosuakiv
  • 174
  • 2
  • 15
1
vote
1 answer

Animate marker on Nutiteq 3D SDK

I am trying to animate the marker from one position to another. For this i am using the following code from the nutiteq sample code. MapPos markerLocation0 = baseProjection.fromWgs84(currentBlueDotPostion); MapPos markerLocation1 =…
Fahim
  • 12,198
  • 5
  • 39
  • 57
1
vote
2 answers

Smooth curved turns with Line Control Nutiteq SDK

I am trying to draw a line on the map with curve edges using the following code LineStyleBuilder lineStyleBuilder = new LineStyleBuilder(); lineStyleBuilder.setColor(new Color(0xFF01579B)); …
Fahim
  • 12,198
  • 5
  • 39
  • 57
1
vote
1 answer

Load Mbtiles using Nutiteq SDK from Mapbox

I am figuring out the way to load the mbtiles from mapbox using nutiteq SDK. I know how to load the mbtiles offline using this code // 1. Create tile data source from mbtiles file MBTilesTileDataSource tileDataSource = new…
Fahim
  • 12,198
  • 5
  • 39
  • 57
1
vote
1 answer

Cannot create HTTPTileDataSource with Nutiteq SDK Windows Phone

I have some problems with Windows phone nutiteq sdk. string onlineTiles = "http://tile.tgt72.ru/{zoom}/{x}/{y}.png"; var tileDataSource = new HTTPTileDataSource(1,10, onlineTiles); This code raises…
Kost
  • 13
  • 2
1
vote
2 answers

how to create vector mbtiles files for particular region of my choice

I am not able to create vector mbtiles files for my city region (Nashik, Maharashtra, India), I am using nutiteq SDK for displaying Offline Maps. I have tried creating mbtiles using Mobile Atlas creator, but the output .mbtile file does not works in…
Trideep
  • 396
  • 1
  • 2
  • 15
1
2 3 4 5 6