Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Discussions > Troubleshooting > Removing info bubble from google maps
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tashi  
View profile  
 More options Oct 21 2008, 9:09 am
From: Tashi <softwareengineer.dee...@gmail.com>
Date: Tue, 21 Oct 2008 06:09:47 -0700 (PDT)
Local: Tues, Oct 21 2008 9:09 am
Subject: Removing info bubble from google maps
i want to remove bubble form map .

so I'm trying to find a way to
disable the information bubble from showing. I've looked at the HTML I
have to copy and paste for embed the map, but I'm not able to
determine what I could change in the code to disable the info
bubble. .

please help me as soon as possible

Thanks


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Maps Guide Adam Google employee  
View profile  
 More options Oct 21 2008, 11:07 am
From: Maps Guide Adam <earth-guide-a...@google.com>
Date: Tue, 21 Oct 2008 08:07:53 -0700 (PDT)
Local: Tues, Oct 21 2008 11:07 am
Subject: Re: Removing info bubble from google maps
Hi Tashi,

The community of expert developers in the Google Maps API Help Group
may be able to help you:

http://groups.google.com/group/Google-Maps-API

Please be sure to review the "Suggested Posting Guidelines" prior to
posting your question.

Best of luck with your project.

Maps Guide Adam

On Oct 21, 6:09 am, Tashi <softwareengineer.dee...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ehg  
View profile  
(1 user)  More options Oct 21 2008, 11:55 am
From: ehg <geissler.hoe...@googlemail.com>
Date: Tue, 21 Oct 2008 08:55:42 -0700 (PDT)
Local: Tues, Oct 21 2008 11:55 am
Subject: Re: Removing info bubble from google maps
Hi Tashi,

seems you are not asking about an API solution but about a way to get
the code for a embedded map not showing the info bubble opened.
Am I right?

If so you should be able to get this solved by getting the embedding
code from the customize-and-preview-window AFTER you closed the info
bubble and
to extract the code THEN - not earlier- below the map in the preview
window.
An example to demonstrate this:
Here is a map with a search result (with opened info bubble):
http://maps.google.de/maps?f=q&hl=de&geocode=&q=Lorchhausen,+Germany&...
here the embedding code showing exact this info bubble opened too
(gotten via the link "customize and preview embedding map"):

<iframe width="425" height="350" frameborder="0" scrolling="no"
marginheight="0" marginwidth="0" src="http://maps.google.de/maps?
f=q&amp;hl=de&amp;geocode=&amp;q=Lorchhausen,
+Germany&amp;ie=UTF8&amp;g=Lorchhausen,
+Germany&amp;s=AARTsJqQ0qep0u_x7U1ORV1_riH41v49cw&amp;ll=50.058847,7.787418 &amp;spn=0.019286,0.036478&amp;z=14&amp;iwloc=addr&amp;output=embed"></
iframe><br /><small><a href="http://maps.google.de/maps?
f=q&amp;hl=de&amp;geocode=&amp;q=Lorchhausen,
+Germany&amp;ie=UTF8&amp;g=Lorchhausen,
+Germany&amp;ll=50.058847,7.787418&amp;spn=0.019286,0.036478&amp;z=14&amp;i wloc=addr&amp;source=embed"
style="color:#0000FF;text-align:left">Größere Kartenansicht</a></
small>

NOTE: there is a parameter "iwloc=addr" included (responsible for the
opening of the info bubble)

And here the embedding code for the same map while the info bubble is
closed:

<iframe width="425" height="350" frameborder="0" scrolling="no"
marginheight="0" marginwidth="0" src="http://maps.google.de/maps?
f=q&amp;hl=de&amp;geocode=&amp;q=Lorchhausen,
+Germany&amp;ie=UTF8&amp;g=Lorchhausen,
+Germany&amp;s=AARTsJqQ0qep0u_x7U1ORV1_riH41v49cw&amp;ll=50.058847,7.787418 &amp;spn=0.019286,0.036478&amp;z=14&amp;output=embed"></
iframe><br /><small><a href="http://maps.google.de/maps?
f=q&amp;hl=de&amp;geocode=&amp;q=Lorchhausen,
+Germany&amp;ie=UTF8&amp;g=Lorchhausen,
+Germany&amp;ll=50.058847,7.787418&amp;spn=0.019286,0.036478&amp;z=14&amp;s ource=embed"
style="color:#0000FF;text-align:left">Größere Kartenansicht</a></
small>

NOTE: there is NO parameter "iwloc=addr" included anymore.

HOWEVER  in case you like to embed a map with a placemarker which
CAN'T be OPENED AT ALL you need an API solution I believe.

Hope the given hints may help you.
Regards ehg

On 21 Okt., 15:09, Tashi <softwareengineer.dee...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ehg  
View profile  
(4 users)  More options Nov 14 2008, 9:45 am
From: ehg <geissler.hoe...@googlemail.com>
Date: Fri, 14 Nov 2008 06:45:09 -0800 (PST)
Local: Fri, Nov 14 2008 9:45 am
Subject: Re: Removing info bubble from google maps
Hi Superhero360,

I appreciate very much your IMPORTANT feedback.
Seems you found ONE of the recent UNANNOUNCED changes of GoogleMaps
for the usage of their MAPKI-Parameters!
In your case it's the IWLOC  parameter again.

Until last month: the iwloc parameter was responsible to GET the
window opened or not the following way:
It the parameter was missing by deafult the infow window was NOT
opened.
And vice versa: to get it opened the parameter should there OR while
the gotten code wouldn't  be contain the iwloc ONE was forced to ADD
it manually!

I did not notice WHEN they changed this!!!
However NOW it seems to be reverse:
In your case (in your provided embedding code [maybe created using my
previous hints in this thread]) the iwloc parameter WAS NOT THEREIN.
I confirm: NOW this means obviously the info window will OPENED by
DEFAULT.

To get the embedding code for an iframe with an UN-opened Placemark
it's again necessary to ADD an OTHER value for the IWLOC paramter:
iwloc=near DOES the trick NOW!

So add it to your code and here it is:

<iframe width="425" height="350" frameborder="0" scrolling="no"
marginheight="0" marginwidth="0" src="http://maps.google.de/maps?
f=q&amp;hl=de&amp;geocode=&amp;q=Von-Tambach-Stra%C3%9Fe+3,+49584+F
%C3%BCrstenau&amp;sll=51.151786,10.415039&amp;sspn=11.943601,39.550781&amp; ie=UTF8&amp;g=Von-
Tambach-Stra%C3%9Fe+3,+49584+F
%C3%BCrstenau&amp;s=AARTsJrLqHJOkxky0QPTRodSEEVRqhTiVw&amp;ll=52.519146,7.6 68285&amp;spn=0.01828,0.036478
&amp;iwloc=near&amp;z=14&amp;output=embed"></iframe><br><small><a
href="http://maps.google.de/maps?f=q&hl=de&geocode=&q=Von-
Tambach-Stra%C3%9Fe+3,+49584+F
%C3%BCrstenau&amp;sll=51.151786,10.415039&amp;sspn=11.943601,39.550781&amp; ie=UTF8&amp;g=Von-
Tambach-Stra%C3%9Fe+3,+49584+F
%C3%BCrstenau&amp;ll=52.519146,7.668285&amp;spn=0.01828,0.036478&amp;z=14&a mp;source=embed"
style="color:#0000FF;text-align:left">Größere Kartenansicht</a></
small>

And here is a website of my goolepages with this iframe:
http://geissler.hoenow.googlepages.com/embeddedmap3

Please NOTE:

I added the iwloc parameter in the embedding code of my googlepage
website only in that first part for the iframe of the SMALL map.
This is intended in order to show you:
if you click the link below the map "Größere Kartenansicht"
(BTW: I created the embedded map from my German GoogleMaps)
You will get the LARGE map with the OPENED infow window - just to
clarify & demonstrate the matter.

Hope this helps you & clarifies the matter.

Regards
ehg

On 14 Nov., 14:14, Superhero360 <Drog...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ehg  
View profile  
 More options Nov 14 2008, 10:00 am
From: ehg <geissler.hoe...@googlemail.com>
Date: Fri, 14 Nov 2008 07:00:18 -0800 (PST)
Local: Fri, Nov 14 2008 10:00 am
Subject: Re: Removing info bubble from google maps

On 14 Nov., 15:53, Superhero360 <Drog...@gmail.com> wrote:

> Hi ehg,

> wow that did it. Thank you very much for the detailed solution. It
> works just fine now.
> You helped me a lot! :-)

You're welcome, Superhero360.
BTW: supposing you're German too: do you know our German help
http://groups.google.com/group/google-degroup:
containing the subgroup "Google Maps und Earth":e
http://groups.google.com/group/Google-Maps-DE/topics

cheers ehg


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google