I noticed that the POI list on my maps were not sorting by title in its default state. In order to accomplish this, I added the following to my shortcode:
sort="true"
The maps in question were single maps on a page that had various locations. Is is safe to assume that moving forward, I will need to include the sort setting in the shortcode?
The default changed from sorting to not sorting, but you can control it in the shortcode. You can also set it globally through the settings screen (so it’s not necessary to set it in each shortcode).