Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

google autocomplete not returning lat long

// getPlace.geometry.location.lat is a function
// you need to call it to get its value
let lat = getPlace.geometry.location.lat();
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #google #autocomplete #returning #lat #long
ADD COMMENT
Topic
Name
5+8 =