Maps - Launch function

Hi there

Im just after clarification........

I have module that lists many clients.  Clicking each client in the list loads a map with a marker showing showing the clients home location, using the clients PostCode Lng/Lat.

For each client map loaded, should it first call Map.Launch, to recreate the map each time (for each client clicked)??? or does Map.Launch only need to be called for the first initial client only (ie first client clicked), where all subsequent client clicks just refresh the marker position on the map.

Thanks

Lee



Hi,


This depends on the how your application is configured, but generally you should be able the launch the map just once and then update the marker position each time.