http://code.google.com/intl/en/apis/maps/documentation/javascript/services.html#PathElevationRequests
It sounds like you don't actually want THE HIGHEST point, which requires care because you only get elevations on evenly space points along the path, and the highest of those points could be slightly below the highest point. Instead, it sounds like you want to exclude the drawing of a path when ANY point is above 1000m. The spacing of the points along the path (which you determine) would depend on your application, and exactly how close you need to be to 1000m. On Oct 18, 7:28 pm, Gilrou <[email protected]> wrote: > Hello, > > Is someone knows how to catch the elevation of the highest point on a > path using Google Elevation API? > In fact in my map I have many paths and I want these paths not be > drown when the elevation is bigger than for instance 1000m. > > Thanks -- 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.
