After creating a basic map for our round-the-world itinerary and then adding photos when placemarkers are clicked, today we’re going to add some handy labels to the map to show rough dates for when we’ll be arriving in a particular location. This actually proved trickier than expected: there’s an old library called MapLabel that works well with the Google Maps API, but it doesn’t load asynchronously in a straightforward way. So I had to jump through some hoops to load it only when the main Google Maps API is available, avoiding some irritating load errors. I used some code... Read more →