nutiteq

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

早过忘川 提交于 2020-01-14 17:52:03
问题 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 this didn't work. Adding a Button too does not work. How can this problem be solved? MapPos markerLoc = rasterLayer.getProjection().fromWgs84(lng, lat); Marker marker; CustomPOILayout layout = new CustomPOILayout(this); layout.setTitle((poi.title

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

青春壹個敷衍的年華 提交于 2020-01-14 17:51:29
问题 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 this didn't work. Adding a Button too does not work. How can this problem be solved? MapPos markerLoc = rasterLayer.getProjection().fromWgs84(lng, lat); Marker marker; CustomPOILayout layout = new CustomPOILayout(this); layout.setTitle((poi.title

how to work on offline 3d maps using nutiteq in android

我怕爱的太早我们不能终老 提交于 2019-12-23 02:53:46
问题 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 happens,the map doesn't work.Please help as i searched a lot but no working code found.If any of you have a working code then its highly appreciated. Thanks in advance.. ! Following screenshot is asking for the .nml or .dae file.After selecting either

Nutiteq map freezing after adding a few lines and markers

霸气de小男生 提交于 2019-12-11 16:16:27
问题 im developing a traffic application and there is a few traffic lines and warning markers on the road. I draw traffic lines according to zoom level. For example, If zoom level is over 10, im removing all lines and redraw for new zoom level. Because lines overflow on the road. I have lines over 400 for every zoom level. So every zoom in/ zoom out action, i remove and redraw. After a while my map begins to freeze and moving very slowly. Is there any caching operation on background? Because im