i want to display POI between 200 meter to maxRangeValue
I have POI 100 meter POI should it not appear. but here appears
i SetAR.scene.minScalingDistance = 200; on nativedetailscreen.js, but its not Working
Can you help me?
Thank You
E
Eva
said
almost 7 years ago
Hi,
You would need to define it like that
AR.context.scene.minScalingDistance = 200;
Thanks
D
Dwi Mahmud Effendi
said
almost 7 years ago
Sorry, im typo. Im done for define like thar. Like your example. But still not working. Only that? Or have another function? Its define only on file nativedetailscreen.js? Right?
E
Eva
said
almost 7 years ago
Hi there,
I suggest you follow this forum post and apply the information provided there.
Dwi Mahmud Effendi