ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,684
- Points
- 823
Reputation:
I have a custom field present in a thousand posts with coordinates(obviously different for each post).
Coordinates are represented like this
LAT,LONG (52.345596,4.919289)
I am currently showing a link:
Code:
This solution has two positive sides:
How do i embed a google map, taking the...
Read more
Continue reading...
Coordinates are represented like this
LAT,LONG (52.345596,4.919289)
I am currently showing a link:
Code:
[URL='https://www.google.com/maps/search/?api=1&query=52.345596,4.919289']MAP[/URL]
This solution has two positive sides:
- works without api-key
- shows the google maps marker exactly on the point of the coordinates
- doesn't embed the map.
How do i embed a google map, taking the...
Read more
Continue reading...