I'm thinking about a possiblity for showing a users geolocation in an email. Would it be possible to generate a dynamic image with PHP which tracks the users geolocation and gives back an image.
Generating a dynamic image is no problem. But before I put too much effort in it, I try to find out if it's even possible or do I have to use a geo database instead?
While searching I came across HTML5 geo tracking: http://html5demos.com/geo
I wonder if I can use google maps API in order to generate my image.
Any suggestions/tips?
Thanks!