On May 18, 9:09 am, [email protected] wrote: > I have created a ticket on this issue for Geocoder > APIhttp://code.google.com/p/gmaps-api-issues/issues/detail?id=1304. > > I hope somebody at google replies soon. > > On May 18, 10:52 am, [email protected] wrote: > > > > > I am running into same issue. I am using Google maps Javascript > > Geocoder to get the lat/lon for a user entered address and I am > > getting two placemark objects for the following locations: > > > -15303, Dallas Pkwy Addison Texas
http://www.geocodezip.com/example_geo2.asp?addr1=15303,%20Dallas%20Pkwy%20Addison%20Texas&geocode=1&type=sat > > -14709 Tanglewood Dr, Farmers Branch, Texas. http://www.geocodezip.com/example_geo2.asp?addr1=14709%20Tanglewood%20Dr,%20Farmers%20Branch,%20Texas&geocode=1&type=sat > > > Is there a issue related to this one in google's bug list. Does > > somebody have a work around to fix this ? I don't believe it is a bug, but rather useful additional information. The first entry is the rooftop geocoded entry which is what would be returned by getLatLng, the second is the street geocode. I think that if this behavior is documented, it will allow the streetview angle to be computed without an additional call to GDirections to snap the point to the street (which sometimes isn't correct) as the OP speculated: > I'm wondering if the purpose might be to provide streetview data (i.e. for > calculating street view pointing angles)? -- Larry > > > On May 16, 1:07 pm, "[email protected]" <[email protected]> > > wrote: > > > > On May 12, 6:48 pm, Mike Williams <[email protected]> wrote: > > > > > Perhaps someone has recently used the edit function on maps.google.com > > > > to move the marker from the street to the building, and the old location > > > > is still in the database in case it needs to be reverted. > > > > > Other addresses in the same street only have a single Placemark each, > > > > and they're all in the street rather than on therooftop. > > > > > --http://econym.org.uk/gmap > > > > The Blackpool Community Church Javascript Team > > > > I am starting to see the same thing show up in other places also: > > > This address now returns 2 locations as well, the new one being the > > > street:http://www.geocodezip.com/example_geo2.asp?addr1=6147%20Balboa%20San%... > > > > This address as > > > well:http://www.geocodezip.com/example_geo2.asp?addr1=2310%20El%20Cajon%20... > > > > -- Larry- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
