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.