So given the usage limits of the Elevation API, I'm reworking the code
to issue a multi-location request. The elevation data is being stored
in a database so I need to reliably attribute each elevation response
to the appropriate coordinate. The issue is the submitted coords are
not the same as the returned coords. For instance, if I send the
coords:

-35.55589,108.23400

The API returns:

-35.5558900,108.2340000

Now this issue is easily resolved, but it would be nice if the API
returned the same coords it received or, preferably, allowed the
requester to tag each coordinate with an alphanumeric correlation key.
For instance,

-35.55589,108.23400,101|34.4,56.5,102

The correlation key for the first coord is 101 and the second is 102.
The key would allow the requester to easily and reliably attribute the
elevation response.

It does appear that the order of the coordinates sent matches the
order of the coordinates returned, but how reliable is this? Thanks.

Jason

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to