I have run into a problem with Google Maps distance matrix. The
following query:

maps.googleapis.com/maps/api/distancematrix/xml?
sensor=false&units=imperial&origins="Loganville,GA"&destinations="Ottumwa,IA"

returns:

<DistanceMatrixResponse>
   <status>OK</status>
   <origin_address>Loganville, GA 30052, USA</origin_address>
   <destination_address/>
      <row>
         <element>
            <status>NOT_FOUND</status>
         </element>
      </row>
</DistanceMatrixResponse>

The expected output should be:

<DistanceMatrixResponse>
   <status>OK</status>
   <origin_address>Loganville, GA 30052, USA</origin_address>
   <destination_address>Ottumwa, IA 52501, USA</destination_address>
.
.
.

Anyone have any ideas? TIA

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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