Reputation: 2056
Following is a code of my iframe kindly let me know is it possible to remove all the controls like removing selecting map type, direction control from following:
<iframe width="80%" height="150" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps/ms?msa=0&msid=214928275585170600122.0004d0fda61d060c1d69e&iwloc=&output=embed"></iframe>
Upvotes: 0
Views: 6875
Reputation: 1090
You cannot remove the map type controls when using the embed (iframe) method. You could try developing your map using the Maps API javascript API that allows more granular control over the look and feel of your map.
Upvotes: 2