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
0
votes
1 answer

Is the area we calculate from a Nutiteq polygon projection area ? or real surface area?

I've been thinking about this last a few days. In internet i've searched about the projection systems of mobile mapping systems like google maps, bing, esri and others. I've found that they are using a projection called EPSG 3857. Also Nutiteq using…
Capan
  • 686
  • 1
  • 14
  • 32
0
votes
1 answer

How to get intersection area coordinates of two polygons on General Polygon Clipper(GPC)?

I'm using nutiteq library to draw polygons and getting the coordinates of the polygons with .getVertexList() command. Then I cast these coordinates to an array list . Then I cast these coordinates to another polygon list. GPC is calculating the…
Capan
  • 686
  • 1
  • 14
  • 32
0
votes
2 answers

How can I draw a polygon on intersection coordinates on Nutiteq?

Hey people this is going to be my first question so dont hit me too hard ! Before I have already added polygons but the intersection is a bit complicating. with pre-defined i mean for example intersection coordinates of two other polygons. I'm…
Capan
  • 686
  • 1
  • 14
  • 32
0
votes
1 answer

Nutiteq with offline data taken from MOBAC not showing

i tried to follow the source code given here (weblink). and then, changing the variable of : RasterDataSource dataSource = new HTTPRasterDataSource(new EPSG3857(), 0, 18, "http://otile1.mqcdn.com/tiles/1.0.0/osm/{zoom}/{x}/{y}.png"); with my own…
gumuruh
  • 2,544
  • 4
  • 33
  • 56
0
votes
1 answer

I can't draw my current Position on a Nutiteq Map

I try to draw a blue translucent circle to show my actual GPS Position on Nutiteq's Map but it shows no circle. I want to display something like this My Code is the following Circle Class public Circle(MapView mapView, MapPos mapPostPoint, float…
Gödel77
  • 839
  • 3
  • 15
  • 27
0
votes
1 answer

How can I turn MapPos/(long,lat) into Pixels under Nutiteq?

I have deeply read the Nutiteq Api Reference and I haven't found built-in Methods to get the pixel representation of longitude and latitude on a device. There is nothing under the existing Projections, so I don't know how I could overcome this…
Gödel77
  • 839
  • 3
  • 15
  • 27
0
votes
1 answer

My ViewLabel under Nutiteq doesn't work fine

I can populate the view for my ViewLabel in Nutiteq but I can't set right text in the text views of this Layout . My code is following //Setting Popup Label if we click the area LayoutInflater inflater = (LayoutInflater)…
0
votes
1 answer

Android + nutiteq: offline map tiles not shown

Referring to this site, I built my MapActivity as following: public class MainActivity extends Activity { private MapView mapView; @Override protected void onCreate(Bundle savedInstanceState) { …
Valentino Ru
  • 4,964
  • 12
  • 43
  • 78
0
votes
1 answer

Nutiteq maps : Address search functionality in android

I am using nutiteq maps,I want to add Address search functionality, Can I use google places api in nutiteq map so that on its search completed, a marker or a pin is dropped on nutiteq map or please suggest me any other related api to search address…
Priya
  • 23
  • 3
0
votes
0 answers

Draw Polyline during offline mode in nutiteq

I have been successful in drawing polyline on nutiteq map during internet connections but is there any way where polyline can be drawn when there is no wifi connection(offline mode/no internet access). Thanks in advance.
Pihu
  • 1,041
  • 11
  • 35
0
votes
2 answers

Proper way to remove a marker from Nutiteq map

As is similar to many other mapping APIs, the nutiteq map api contains a MarkerLayer that can be added to the map. It has a simple method for removing markers (for example: markerLayer.remove(myMarker)). I noticed that the Marker class inherits a…
Paul Richter
  • 10,908
  • 10
  • 52
  • 85
0
votes
1 answer

why MBTilesMapLayer is not a resolved type?

I used the code provided in the below link and the jar files mentioned but its not recoginzing "MBTilesMapLayer". Its showing that "MBTilesMapLayer is not a resolved type." What may be the problem? code for display of mbtiles in android using…
himanshu
  • 41
  • 1
  • 2
  • 11
0
votes
1 answer

nutiteq,AltusMappingEngine,android,mbtiles,Mobile Atlas Creator,TileMill

What is the similarity and difference between "nutiteq" and "AltusMappingEngine"? I want to store map locally in my android application, for this I need to convert map to "mbtiles" format.Which tool should I use(1.Mobile Atlas Creator, or…
himanshu
  • 41
  • 1
  • 2
  • 11
0
votes
1 answer

Show open cycle maps in Android Nutiteq API

Is it possible to show open cycle maps (not open street maps) with nutiteq? Also I noticed in the library on this link: That there is no MBTilesMapLayer.java class. But there is in the AdvencedMap3D project. Is there a library for that too or how…
Tooroop
  • 1,824
  • 1
  • 20
  • 31
-1
votes
1 answer

Is Nutiteq the tool that I need

I have a VS 2008 C# program that I would like to port to a mobile app. It used Microsoft.sqlserver.types, geography, polygon, etc. It does not need maps, connection to the internet, etc. It calculated acreage, drew the polygon, never accessed or…
Lou
  • 137
  • 2
  • 11