On Nov 5, 6:30 pm, Rossko <[EMAIL PROTECTED]> wrote:
> I get nice maps of Palo Alto and no markers.
> Do we have to do something?

I get markers if I enter "Stanford".  They don't have infoWindows, but
there is no code to create infoWindows on markers returned by the
geocoder:

function showAddress(address) {
...
        geocoder.getLatLng(
...
          function(point) {
...
              var marker = new GMarker(point);

  -- Larry

>
> > URL:http://hotele.harpagon.pl/index_standard.php
>
> In that map, the map and geocoder objects are not declared globally
> which may cause issues.
>
> cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
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