In Browsing POIs range control sample, the range control is a jquery widget that launches on the click of the range button which is also a jquery widget. My question is - Is it possible to use androids native range control for this purpose? The range button still can be a html button or a jquery button, but when the button is clicked I want to lauch android's native range control somehow and get the range value from it. Is that possible?
Thx
K. Ramesh
R
Ramesh Krishnamoorthy
said
about 10 years ago
Hello, anyone? Is this not possible?
Thx
A
Andreas Fötschl
said
about 10 years ago
Hi Ranesh,
Feel free to e.g. add a SeekBar on top of the architectView and call architectView.setCullingDistance(valueMetersLarger0) on changes. Keep in mind that in this case you need to reimplement the feature on other platforms in a native way too, if requested / required.
Alessandro Romano