vianziro / droidar

Automatically exported from code.google.com/p/droidar
0 stars 0 forks source link

z-Value -- GeoObject hight? #79

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Is it possible to create GeoObjects with a z-Value? (Example: (x, y, 200))
So the GeoObject should now have a hight of 200m. In my case all objects have 
the same hight on the screen, even with different z-Values. In the  source 
code, I cannot find any examples. Only example with GeoObjects (x, y, 0) with a 
hight of 0, which is no different then (x, y).
I'm using the recent OpenSource version on my Nexus 4.

Original issue reported on code.google.com by CaptainTrunks on 19 Jul 2013 at 7:39

GoogleCodeExporter commented 8 years ago
ok, i found the "problem"...you had the altitude value disabled. works fine now 
after enabling it.

for anybody also looking for the solution:
set the field USE_ALTITUDE_VALUES in the class ActionCalcRelativePos from false 
to true.

Original comment by CaptainTrunks on 19 Jul 2013 at 11:06