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 the structure or 
> something we can use to take care of this issue from now and the feature, 
> because every time it changes it breaks the functionality in all the sites 
> we are using this on
>

You should be following the documentation rather than using the internal 
structures of the API. 

results[0].geometry.bounds.getNorthEast() and .getSouthWest()

https://developers.google.com/maps/documentation/javascript/geocoding
https://developers.google.com/maps/documentation/javascript/reference#LatLngBounds

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

Reply via email to