Start a new topic

Min and max distance

Min and max distance


Hi,

I can set the max distance by using 

PoiRadar.setMaxDistance(value);

AR.context.scene.cullingDistance = value;

But can't find method how to set min distance. I want to use range slider in my app.

Tnx

at the moment we only allow setting the maximum culling distance. We've filed the minimum culling distance as a feature request and might offer it in a future version.

Right now you can check the distance of each POI's GeoLocation and enable/disable the corresponding GeoObject if the POI is nearer than the minimum distance.

Any Update on this feature being released as it was just over 2.5 years ago...

Hi,

Please check the cullingdistance settings. Best is to work together with the sample app and the documentation.

Greetings

Nicola
Login or Signup to post a comment