On Sep 30, 4:13 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> On Sep 30, 4:03 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> wrote:
>
>
>
>
>
> > On Sep 30, 3:49 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> > wrote:> On Sep 30, 12:32 pm, Simpleton <[EMAIL PROTECTED]> wrote:
>
> > > > Our Google map doesn't work in some areas - mostly in Georgia.
>
> > > > Here's a link to the map not working 
> > > > -http://www.real-estate.newhomessection.com/members.php?type=homebuild...
>
> > > > It works in most areas but not in others... Any suggestions or
> > > > solutions would be greatly appreciated.
>
> > > What does "not working" mean?  I see a map.  Is there supposed to be a
> > > marker?  I see the definition of a showAddress function which would
> > > put a marker on the map if it succeeds, but silently fail if the
> > > address is not found...
>
> > The google geocoder cannot locate the address of the property on that
> > page:http://www.geocodezip.com/example_geo2.asp?addr1=713%20Sienna%20Valle...
>
> Neither can google 
> maps:http://maps.google.com/maps?f=q&hl=en&geocode=&q=713+Sienna+Valley+Dr...-

The example you posted can not be found on google maps or using the
API geocoder.  Perhaps you could provide an example that is found in
Google Maps but that doesn't work for you.

However, the root of the problem is that your showAddress function
will add a marker and center the map to an address if the address is
found and silently fail otherwise (leading you to report the "map
doesn't work").
If this application is driven from a database, you should add the
geographic coordinates to the database entry and use those to avoid
relying on the geocoder to find the address, if it isn't, you may be
stuck...

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