Will a new version of the Google Maps API for Flash/Flex be available
which includes the elevation service?

Alternatively can anyone provide a simple example of calling the
elevation as an mx.httpService request? I keep getting Error #2032.

Something like:
<mx:HTTPService id="userRequest" url="http://maps.google.com/maps/api/
elevation/xml" result="userRequest_resultHandler(event)"
fault="userRequest_faultHandler(event)" useProxy="false"
method="POST">
<mx:request>
                        <locations>39.7391536,-104.9847034</locations>
                        <sensor>false</sensor>
                </mx:request>
</mx:HTTPService>

-- 
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