adress from google map

This topic contains 1 reply and 2 voices, and was last updated by Sekander Badsha 9 years, 6 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
October 23, 2014 at 2:56 pm 28941
Sekander Badsha Hi, I have a list of posts with googlemap showing with the code that extract the lat and long : <?php echo get_post_meta( $post->ID, 'location', true ); ?> But what I need is showing the adress bellow the map, is there a code to display it ? I've seen this topic but it didnt show any answer : wedevs.com/support/topic/show-address-underneath-of-google-map-not-latitude-and-longitude-numbers/ Thanks,
October 26, 2014 at 10:59 pm 29105
Sekander Badsha Sekander Badsha

Hello Olivier,

We only get the coordinates in the database. So if you call the data via get_post_meta you will only get the coordinates. But if you use the Google Maps API, you can echo the coordinates inside that to get the name of the place.

Here is doc you can read https://developers.google.com/maps/documentation/geocoding/

Viewing 1 Posts - 1 through 1 (of 1 total)