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
0 answers
Optimal way to draw lines and polygons dynamically on Nutiteq map?
I have been working on nutiteq maps, and I need to draw a trace over map, as my location changes, but it should be with different width(5m, 10m) and need to calculate where its overlapping itself. I draw lines dinamicly with…

Shefchenko
- 115
- 1
- 9
1
vote
1 answer
How to Draw Route Received From MapQuestApi in nutiteq Map?
i have some problems creating route directionns on the nutiteq map from MapQuestApi, i Know how to Receive the Information needed
@Override
public void onSuccess(RouteResponse routeResponse) {
…

Reza
- 151
- 1
- 9
1
vote
1 answer
Using nutiteq to Get GoogleMap's Tiles
hello guys i have replaced my GoggleMaps in my application due to its lack of closing map and so clearing heap on demand, and now im using nutiteq instead, and im trying to reach google map's tiles . as the nutiteq has explained it uses parameters…

Reza
- 151
- 1
- 9
1
vote
2 answers
Empty list in SAX parser endDocument after successfully parsing elements to the list
I'm trying to parse an XML containing geographic nodes and ways connecting the nodes using SAX parser. I store the parsed nodes in an ArrayMap and the ways in an ArrayList>. When parsing a way, I create an…

deakandris
- 85
- 2
- 10
1
vote
2 answers
Nutiteq getting coordinates of a location on map
I am trying to get the Co-ordinates of a location but i can find any way in nutiteq sdk please help me out.
Thanks.

amit
- 55
- 9
1
vote
1 answer
My current GPS Position under Nutiteq is not properly updated
as basis for my GPS functionality I've taken HelloMap3D Example of Nutiteq (Thx Jaak) and I adapted to show my current GPS position light different of this example, so, no growing yelow circles but a fix blue translucent circle with a center point…

Gödel77
- 839
- 3
- 15
- 27
1
vote
1 answer
Nutiteq MapView doesn't react to long click
I have implemented my own custom MapListener for Polygons and for Markers in Nutiteq and I can show Toasts and change colors of elementsand other things but the listener doesn't react if I click long over a Marker or over a Polygon.
I have already…

Gödel77
- 839
- 3
- 15
- 27
1
vote
1 answer
How to show marker while tracking on its current location in nutiteq maps android
Please provide me with some idea where I am drawing a polyline using nutiteq maps while tracking but wants to show a marker on the polyline simultaneously on its tracking.
Your kind suggestions will be appreciated.
thanks

Pihu
- 1,041
- 11
- 35
1
vote
2 answers
Importing .mbfiles extension files for Android with Nutiteq
After your comment JaakL I did a bit of work and this is as far as I got.
Unfortunately, it's not working yet.
I did step by step what you told me but every time I load the app I just get a white screen instead of the beautiful map I'm trying to…

NetworkzZz
- 49
- 1
- 8
1
vote
2 answers
Polyline on nutiteq map onLocattionChanged
I have been working on nutiteq maps but I am unable to draw a polyline as my location changes.
I tried so far:
@Override
public void onLocationChanged(Location location)
{
MapPos lineLocation =…

Pihu
- 1,041
- 11
- 35
1
vote
2 answers
Importing Offline Map Nutiteq From Open Street Map
I am currently trying to import an offline map to nutiteq.
I have downloaded a map from OpenStreetMap but that map has an .osm extension.
How can I import that kind of extension to Android ?

ChasingCars
- 125
- 1
- 1
- 6
1
vote
0 answers
Integrated maps (with location markers, etc.) in BlackBerry apps - viable options?
I have heard rumors that the use of a MapField or MapView in a BlackBerry app typically presents a problem because carriers such as AT&T and Verizon in the US have locked down the devices so as to not make those API's available or usable. I have…

Aaron
- 868
- 1
- 8
- 14
1
vote
1 answer
how to work on offline 3d maps using nutiteq in android
I am sorry if this question has been asked before.But I am getting trouble while working on offline 3d maps.I have downloaded the source code from github:
https://github.com/nutiteq/hellomap3d
Its working well but on its offlineActivity nothing…

Pihu
- 1,041
- 11
- 35
1
vote
1 answer
How are png map tiles and .osm xml files related?
I need to show indoor custom maps in an Android device. I have created the png tiles using MapTiler (from the building's floor plan), and using JOSM I added nodes and routes, exporting a .osm file.
I was able to show the png tiles by using Nutiteq,…

zed
- 3,180
- 3
- 27
- 38
1
vote
3 answers
Add camera preview as layer for Mapview in Android
Currently, I'm working on a App which contain Map. in this I would like to add my camera preview as Mapview's background or layer. which means, All place markers shows only one my camera preview. . Actually concept behind in this is, when I open my…

Rathakrishnan Ramasamy
- 1,612
- 2
- 25
- 46