I have created a custom map using mapsengine.google.com and then i export using the embed in my website option which generate an iframe object for me. I then added the iframe object to my HTML5 file which i am using to design a mobile app.
However when i try to view it from my mobile app it display an annoying panel which has info about the routes. All i want is to just show the map and the routes not the info panel.
Is there a better way to show this on my mobile app?
<iframe src="https://mapsengine.google.com/map/embed?mid=z0-DS05yFIOY.kk3gqtVGUw90" width="640" height="480"></iframe>