ion-google-place
ion-google-place copied to clipboard
How do i get coordinates
issue related to this
http://stackoverflow.com/questions/31711938/google-places-coordinates-changing-keys
geometry.location is a google LatLng object. You can use .lat() and .long() with it.