Currently, I am showing address of my POI in status div at bottom of the page. If I have multiple POIs, I show the address of the closest POI.
Now, I would like to highlight that POI which is closest. I am running one function every second to check for nearest POI and show the address in status div.
Can I change my background image after POIs are already loaded?
I am using AR.ImageDrawable. So, I can change the opacity, but I can not change the background image.
Among our examples which are delivered with our SDK have a look at the third example of the "Point Of Interest"-section (Multiple Pois). This should be exactly what you need.
Nisha Shirawala