Displaying 6 results from an estimated 6 matches for "infowindow".
Did you mean:
info_window
2007 Mar 10
1
clusterer - click infowindow
Clicking on the icon of a clusterer opens an infowindow with a list
of markers , ech one has an icon and a description...
Is it possible to click on the marker icon (how to change its
image ?) to zoom directly to that marker ? or should I write a link
in the description
yhanks for your help
Note :additional question : what is the origin of the...
2010 Oct 23
1
marker.setInfoBubble problem
Hi All,
Having a weird one with Mapstraction & GMAPs v3...
Adding some info bubbles using marker.setInfoBubble(''couple of lines of HTML
here...'') - but they''re not expanding heightwise to handle the text, and
there don''t seem to be any CSS selectors available to try and force the
issue...
There''s an overflow: auto style being applied to the
2010 Nov 08
1
API Google MAPS
Hello everybody,
I''m working with Version 3 of Google Maps JavaScript API, and I have
the next code:
In a layout of my application:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/
libs/jquery/1.4.1/jquery.min.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?
2009 Jan 27
1
Text distortions
...198 191"
"Hilight"="246 200 129"
"HilightText"="0 0 0"
"InactiveBorder"="239 235 231"
"InactiveTitle"="239 235 231"
"InactiveTitleText"="255 255 255"
"InfoText"="0 0 0"
"InfoWindow"="255 255 166"
"Menu"="239 235 231"
"MenuBar"="239 235 231"
"MenuHilight"="246 200 129"
"MenuText"="0 0 0"
"Scrollbar"="239 235 231"
"TitleText"="255 255 255"
"...
2009 Nov 06
0
r54 committed - ...
...});
var event_action = "click";
- if(this.hover) {
- event_action = "mouseover";
+ if (this.hover) {
+ event_action = "mouseover";
}
google.maps.event.addListener(marker, event_action, function() {
infowindow.open(this.map,marker); });
}
if (this.hoverIconUrl){
- var hIcon = this.hoverIconUrl;
- var Icon = this.iconUrl;
+ var hIcon = new google.maps.MarkerImage(
+ this.hoverIconUrl,
+ new google.maps.Size(this.ic...
2010 Dec 07
1
Control Panel\\Colors
...8"
"Hilight"="100 132 164"
"HilightText"="255 255 255"
"InactiveBorder"="246 246 246"
"InactiveTitle"="193 197 171"
"InactiveTitleText"="255 255 255"
"InfoText"="0 0 0"
"InfoWindow"="246 246 246"
"Menu"="246 246 246"
"MenuBar"="0 0 0"
"MenuHilight"="100 132 164"
"MenuText"="0 0 0"
"Scrollbar"="246 246 246"
"TitleText"="255 255 255"
"Windo...