Clicking on map object

G map is integrated in my app.
On click of marker, I get some info popup.
However, I am not able to locate info popup using UiAutomattor?
Is there any way to locate elements if it’s not detected from UiAutomattor?
Please note that the info popup location may very depends on the marker position so location of screen dimensions won’t help in this situation

You may look into tess4j & openCV libraries for image recognition and OCR . We had a scenario to do some operation on a floating widget which was not detected by UIautomator . These libs saved our day .