I am using mapmyindia map in my app. mapmyindia company logo is showing on bottom of map. logo got overlapped by other view on screen. I want to change logo position to make it visible. as with google map we are able to access google logo with tag and can change google logo position dynamically. Is there any way to access mapmyindia logo dynamically.
Asked
Active
Viewed 208 times
0
-
2Do you had a look with LayoutInspector on the screen? – Christopher Jan 29 '19 at 06:40
-
@Christopher Thanks for suggestion. it is resolved. – Ali Jan 29 '19 at 07:50
1 Answers
0
I am able to access mapmyindia logo on mapmyindia map using following code.
View logo = ((MapmyIndiaMapView)findViewById(R.id.mapMyIndiaMapView)).getChildAt(1);
@Christopher comment helped me to find it using LayoutInspector.

Ali
- 1,857
- 24
- 25