I’m building my own mashup using the new Mappress_Poi() method and have everything working great so far ( Pro-tip: Use lat/lng points rather than geocoding addresses on the fly, there seems to be a maximum of 10 per query).
However, I want to make the popup look nice structured such:
Location Ttile
Location Street address
City, State zipcode
Get directions link
But the HTML for the title and address show up in the link url and while the address seems to work fine once they get to google, it looks funny.
Is there a way to add the text/html information but at the same time change the “directions link” not to have the html (or even better, be lat,lng instead)