On Jan 30, 12:50 pm, anasser <[email protected]> wrote:
>
> I have this setup running fine in another test page I created, but
> can't get those two features incorporated into this code for some
> reason. Would anyone be able to take a look and help out or point me
> in the right direction? I think I've read through every tutorial and
> example out there but I'm definitely missing something.
>
> Any help would be greatly appreciated!

A link to your non-working page would make that easier. That's why the
posting guidelines ask for one.

What you might do is replace this line
  marker = new GMarker(point);
with a reference to a helper function that creates a marker, as Mike
demonstrates here: http://econym.org.uk/gmap/basic1.htm That way you
can implement infoWindows and variable custom icons, if you need to.

Although you appear to have implemented multiple geocoding in a way
which will not break the rate limits, you really should put the
coordinates in your database so that each address is not geocoded
every time the page is opened. That's a gross waste of Google's
resources which you share with others.

-- 
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