How can I show multiple locations on an external map

Using the javascript command external.maps.display works great for showing a location such as:

external.maps.display('10 Downing Street, London, UK');

Is there a simple way to show multiple locations on the same external map?

Hi @jwyrick

Check this post for some more info on using maps in JourneyApps, there are answers for both using prebuilt view components (which is relatively new feature) and for using external Maps APIs (like Mapbox)

Let us know if that solved your problem?