Re: [Google Maps API v3] Re: Where is the Issue tracker moving to?

2015-08-07 Thread Barry Hunter
> > > I can confirm that this particular tracker will remain read / write for > now (beyond the advertised date), just until we find a new home. > Thank you, thats good to know! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. T

[Google Maps API v3] Re: Geocoding bounds structure constantly changing

2015-08-07 Thread Andrew Leach
On Friday, 7 August 2015 05:09:25 UTC+1, Oscar Esquivel wrote: > > hi. we are using the google maps javascript api geocoding service, we have > notice that the bounds structure is constantly changing from za.A to ya.A > to Ca.A , Ia.a > > is there a rule that the response follows to change th

[Google Maps API v3] Re: Zooming my KML layer using API v3

2015-08-07 Thread ralfwessels
Hi Gordon, take a look at the official Google documentation: for KML Layers: https://developers.google.com/maps/documentation/javascript/examples/layer-kml the KML layer option "preserveViewport" specifies that the map should not be adjusted to the bounds of the KmlLayer’s contents see: https:

[Google Maps API v3] Re: Find longitude/latitude 3 miles after start of route

2015-08-07 Thread ralfwessels
> > Hi Grenole8, > there is a function ".GetPointAtDistance()" within the 3rd-party extension "v3_epoly.js" for Google Maps API which should do the job. See: http://www.geocodezip.com/scripts/v3_epoly.js Ralf -- You received this message because you are subscribed to the Google Groups

[Google Maps API v3] Re: Ignore national borders

2015-08-07 Thread ralfwessels
Hi victar, normaly national borders are no barriers for creating routes (e.g. no problem to get from Egypt to Lybia), but in your case I think the poltical circumstances are responsible for tha crazy route. Ralf -- You received this message because you are subscribed to the Google Groups "Goog