There's no 'API' for that if that what you mean. It can be done in the Maps API, but it would need to be done 'yourself'. Would need to figure out the 'boundary' using whatever method you can, and then plot a mask.
The mask can infect just be an 'inverted' polygon, ie the non masked area is a hole in a polygon http://gis.stackexchange.com/questions/18867/is-it-possible-to-gray-out-a-google-maps-map-except-for-some-area the Directions API can in thoery be used to create the boundary, but its not setup for it. Calling the API the large number of times needed to plot an accurate boundary, is liable to get hit by rate limits. (the hotels site, I think plots the mask server side as image tiles. On the server it has more ready access to the the directions API - or possibly even a special API setup to make these 'travel time' maps far more efficient. ) On 16 January 2015 at 14:18, speechkey <gre...@googlemail.com> wrote: > Hi folks, > > is it possible to grey out areas on the map not reachable in *x* minutes > like on the Google Hotels page: > https://www.google.de/hotels/#search;l=Munich;d=2015-02-05;n=1;usd=1;mf=r;ar=;rtt=600;ph=0;si=cceb8c74;av=r > > Greetz, Artem > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to google-maps-js-api-v3+unsubscr...@googlegroups.com. > To post to this group, send email to > google-maps-js-api-v3@googlegroups.com. > Visit this group at http://groups.google.com/group/google-maps-js-api-v3. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-maps-js-api-v3+unsubscr...@googlegroups.com. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. Visit this group at http://groups.google.com/group/google-maps-js-api-v3. For more options, visit https://groups.google.com/d/optout.