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.
Questions tagged [nutiteq]
80 questions
1
vote
1 answer
How I can enable the compass mode in Nutiteq?
How I can enable the compass mode in Nutiteq?
there is a method or I need to create by myselft the orientation system?

Christine
- 11
- 2
1
vote
0 answers
ListView items in fragment turns blank when touching another view
I have a somewhat complex layout, involving multiple fragments, and a ListView in a fragment on top of a GLView. When i end a touch(MotionEvent.ACTION_UP) anywhere on screen other than the list view the textviews in the list view rows turn blank,…

Jesse Crocker
- 863
- 5
- 14
1
vote
1 answer
code for display of mbtiles in android using nutiteq
I am new to android.I have converted map to mbtiles format.Now I need to create a sample application using nutiteq to display mbtiles on mobile.Please explain me step by step by writing code for displaying map. Dont give me links of some existing…

himanshu
- 41
- 1
- 2
- 11
1
vote
1 answer
"No data" error while loading custom .mbtiles file
I'm using Nutiteq SDK to develop an Android map app that needs to work offline and display a map of a small city, so im working with .mbtiles file. So far, an .mbtile file downloaded using TileMill worked great, or rather one of their demo projects,…

maxandonuts
- 595
- 7
- 19
1
vote
1 answer
Android map app, can't upgrade read-only database from version 0 to 1
I've been trying(for days now) to get an Android map app working. This app has to work offline and im only interested in displaying a small city, after seeing all of my choices and trying them all, it seems that Nutiteq is a great choice,…

maxandonuts
- 595
- 7
- 19
1
vote
1 answer
Map is not showing?
I am using nutiteq map,I have made an example simple hello map that is working fine,but
when I apply cloude made map then map is not showing my code is as:-
public class EastWoodLogin extends Activity {
private BasicMapComponent…

SKT
- 253
- 4
- 15
1
vote
1 answer
Draw routes in Nutiteq 3D in Android
Hi I am developing a Map based application where I am using Nutiteq 3D library to implement the 3D view.
But now can not draw routes between two points on that 3D map.
Can anyone please help me to draw routes between two points on that 3D map…

user640742
- 101
- 1
- 7
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
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
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
0
votes
1 answer
Handling large amount of Points as VectorDataSource in nutiteq
hello every one hope you having a nice day
in order to load tons of markers (like 1mil) i am passing a list of MapPos to a VectorDataSource and trying to force it to live create the Points whenever related coordinates must be visible to the map now…

Reza
- 321
- 2
- 4
- 14
0
votes
1 answer
PopUp on Multi POI marker in nutiteq clusters
I'm using Clusters to manage a lot of POIs on my map with Nutiteq. I implemented that base on this guid. every thing is fine except I have some geoPoint with exact coordinate which they are related to different location entities! I need to show a…

JamesAshes
- 3
- 2
0
votes
1 answer
Invalid product
I'm trying to get the hellomap demo working in Xamarin Studio but I get an error in the logs:
Nov 22 16:51:18 hellomap-ios[611] : MapView: Build time: Oct 19 2015 23:27:17
Nov 22 16:51:18 hellomap-ios[611] : LicenseUtils::CheckLicense: Invalid…

Dave de Jong
- 859
- 7
- 13
0
votes
1 answer
-(void)onMapRendered: (NTBitmap*)mapBitmap is not called
In iOS platform
-(void)onMapRendered: (NTBitmap*)mapBitmap
is not called in case of offline maps and if [NTMapView captureRendering:] is called with waitWhileUpdating:YES. Is there any common solutions on this matter? Or maybe there should be some…
0
votes
1 answer
Change Color for 3D Polygon with Nutiteq 3D SDK
I am trying to load the 3D polygons on the map. I am able to successfully load the 3d polygon but i am not able to define the color for polygon.
Polygon3DStyleBuilder polygon3DStyleBuilder = new Polygon3DStyleBuilder();
…

Fahim
- 12,198
- 5
- 39
- 57