Am I missing something completely obvious here?
My intention is to convert the coordinates into an address and insert it into a div
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I saw 3 things that popped out immediately with your fiddle.
initialize()andcodeLatLng()valueproperty on the div element but what you really wanted was thegetAttribute()method.I changed your fiddle so it’s working now
For the sake of completeness, the original code was as follows
Working code: