ion-google-place icon indicating copy to clipboard operation
ion-google-place copied to clipboard

How do i get coordinates

Open edmamerto opened this issue 9 years ago • 1 comments

issue related to this

http://stackoverflow.com/questions/31711938/google-places-coordinates-changing-keys

edmamerto avatar Jul 29 '15 22:07 edmamerto

geometry.location is a google LatLng object. You can use .lat() and .long() with it.

main-kun avatar Aug 26 '15 14:08 main-kun