Removing Address Bubble from Google Map
We often use Google Map Embed Code to display Location. Using embed will display default Bubble with map address filled. Sometimes we want map without bubble, so here is the solution which I found and implement.
1. Open you Embedded Google Map Code.
2. Search for parameter as "iwloc=A" OR "iwloc=addr".
3. Replace "A" OR "addr" with "near". So the parameter will be "iwolc=near".
Pop up will be disappear and Bubble will displayed by clicking on location mark.
1. Open you Embedded Google Map Code.
2. Search for parameter as "iwloc=A" OR "iwloc=addr".
3. Replace "A" OR "addr" with "near". So the parameter will be "iwolc=near".
Pop up will be disappear and Bubble will displayed by clicking on location mark.
Comments