> not possible. maybe there is the possibility to calculate the image
> size by php before it will be displayed in the infowindow.

That's funny, when I looked all the images seemed to be just one of
two possible sizes, but maybe that's because it's in development.

> is it
> possible to have markers with different html content (different img
> heights and widths) ?

Draw a distinction between
   markers - points on the map, which may link to other data
   icons - the images used to actually represent the markers on the
map
   infowindows - an overlay that pops into existance when you ask it
to, filled with whatever content you specify.

So rephrasing your question, can different markers be associated with
infowindows that have different content?  Yes of course, yours already
are.
The bit you have to solve is how to work out what's needed.  You are
loading the marker data from XML, you might add one or two new
properties to read from it - say "thumbnail_width" and
"thumbnail_height"
You can guess what to do with those in your HTML building code.

> > Create your church icon only once, instead of making a new identical
> > copy as each marker is placed.
>
> do you have an link example or is it just placing the Gicon
> construction code otherwhere ?

http://econym.org.uk/gmap/basic16.htm


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to