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
votes
1 answer
Use Nutiteq base engine API for rendering 3d map, free commercial use
My question is simple, I wonder if I could use nutiteq API in my android app with a free licence membership key (which is required to render MapView), download map tiles from other free wms sources (such as OSM) and still be able to use the API for…

Amin Soltani
- 1
- 2
-1
votes
2 answers
Adding multiple OnClickListener on the BalloonPopup - Nutiteq SDK
I am looking to add multiple onCLickListener on the Customize BalloonPopup to handle different behaviour.
https://developer.nutiteq.com/guides/events
public class MyMapEventListener extends MapEventListener {
private MapView mapView;
private…

Fahim
- 12,198
- 5
- 39
- 57
-1
votes
1 answer
SetBoundings under Nutiteq doesn't work properly
I'm trying to show a Polygon under Nutiteq in a properly Bounding Box but I get something like this.
and what I want is
My code is the following
private void setClipBounds(Intent intent, MapView mapView) {
ArrayList> limits =…

Gödel77
- 839
- 3
- 15
- 27
-1
votes
1 answer
Nutiteq ViewLabel doesn't appear
Could anyone tell me what I do wrong?
I can build and display Polygons on my GeometryLayer in Nutiteq but when I try to create a custom Label aka ViewLabel is not displayed, with DefaultLabel works fine.
I have a normal XML Layout File
user3635389
-1
votes
1 answer
Is there a predefined method to compute area of a polygon in Nutiteq?
I ask IN NUTITEQ, I know the way to perform this with GoogleApi with computeArea() but I have not found anything in Nutiteq sdk/snapshot.
Thanks in advance.
p.s. I know many methods to compute the area but I want to call something own of Nutiteq…
user3635389