I want to indicate with an arrow wherever object is present .I am using indicator drawable this does what i want but i want to prompt whenever arrow faces towards left it should say that object is towards left .is it possible?
A
Andreas Fötschl
said
over 7 years ago
Hi!
Unfortunately this feature is not supporte but you may check coordinates of the user and the object out of view to tell the user to e.g. look North. You may even combine it with the distanceToUser information.
I recommend you to use a custom radar with N,E,S,W indicators and display e.g. "50 miles Northeast" once the AR.GeoObject fires the onExitFieldOfVision.
Meng Chun Lam