4 messages in com.googlegroups.google-base-data-api[Google-Base-API] Location error on i...
FromSent OnAttachments
Rob25 Jun 2008 08:24 
Eric (Google)25 Jun 2008 11:01 
Rob26 Jun 2008 15:10 
Eric (Google)27 Jun 2008 10:35 
Subject:[Google-Base-API] Location error on insert.
From:Rob (circ@gmail.com)
Date:06/25/2008 08:24:50 AM
List:com.googlegroups.google-base-data-api

I'm using the PHP/Zend libraries to insert and update housing items. Well, I'm trying to, anyway. I'm testing it with the following address: 335 N 100 E, Orem, UT 84057. Whenever I try an insert with that address, I get an error response back (code 400, whatever that means) that has a message that says: "We don\'t understand this location. Did you mean: 335 N 100 E, Orem, UT 84057". That is the exact address I'm submitting. When I try swapping the E and N, it works fine. When I input the first address into google maps, it pulls it up the right house, but asks if I meant 335 E 100 N. When I input 335 E 100 N into google maps, it works fine and doesn't ask if I meant some other address. I don't have lat/lon for these addresses, or I'd just try using that instead. I know this is a valid address though, and has been for a long time. Any ideas on how I can get this to work? Thanks.