var place = response[0].geometry.location;
point = new google.maps.LatLng(place.xa,place.za);
This did not work for me. When debugging place had the values place.Ea place.Fa instead. However it is possible to just use lat() and lng() functions. This looks a bit more stable to me. Or is there another reaso I missed?
In addAddressToMap you use:
var place = response[0].geometry.location; point = new google.maps.LatLng(place.xa,place.za);
This did not work for me. When debugging place had the values place.Ea place.Fa instead. However it is possible to just use lat() and lng() functions. This looks a bit more stable to me. Or is there another reaso I missed?
Thanks for providing this nice Ext Component!