contacts.showAddressOnMap
Description
Opens the default web browser and displays the location of an address ID.

Parameters
addressID number

Return value
none

Example
contacts.showAddressOnMap(1234)

Comments
Uses standard map URL settings from Server Options.
Uses default web browser on local computer.
Address must have a post code.

See also
contacts.showAddressDirectionsOnMap
contacts.showPostCodeDirectionsOnMap

Back