contacts.showPostCodeDirectionsOnMap
Description
Opens the default web browser and displays directions to a post code (from the current computer's site post code).

Parameters
postCode string

Return value
none

Example
contacts.showPostCodeDirectionsOnMap("NW1 1AA")

Comments
Uses standard map URL settings from Server Options.
Uses default web browser on local computer.

See also
contacts.showAddressOnMap
contacts.showAddressDirectionsOnMap

Back