Hi, I will estimate volume, so I calculated various areas, a1,
a2, ....an. Then I use the distance among them in a formula. The
problem is that, getElevationAlongPath will be called asynchronously,
so I get in different runs, the following:
a3, a1, a5, a7, ...
a2, a6, a1, a4,...
etc, etc

so, its for me impossible to calculate the volume, if I receive,
a1, a2, a3, a4, a5, I would use the formula nicely,but the
asynchronous effect, doesnt let me
evaluate the volume.

how could I handle the different response time of these asynchronouse
calls?
could settimer work???

thanks a lot
mariovi

-- 
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 [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-js-api-v3?hl=en.

Reply via email to