contacts.showAddressDirectionsOnMap
Description
Opens the default web browser and displays directions to an address ID (from the current computer's site post code).

Parameters
addressID number

Return value
none

Example
contacts.showAddressDirectionsOnMap(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.showAddressOnMap
contacts.showPostCodeDirectionsOnMap

Back