JS API Google APIs changed event.latLng object names. *. *

Did Google Maps just change the property names from event.latLng.dto event.latLng.A(latitude) and from event.latLng.eto event.latLng.k(longitude)?

I just noticed that the whole webapp function just broke, and I was like 2 hours looking for it until I decided to register answers with Google Maps. He also changed to TextSearchin the Library of Places

The question is why? did they notify? is this a normal thing? give me something nice

+4
source share
1 answer

Now I understand that these properties must be private attributes. Thanks again Javascript ...

: latLng.lat() latLng.lng()

+9

Source: https://habr.com/ru/post/1533837/


All Articles