mapurl(
ADDRESS
,
CITY
,
STATE
,
ZIP
,
COUNTRY
)

The mapurl( function returns a URL to display a map location.


Parameters

This function has five parameters:

address – street address to be displayed.

city – city to be displayed.

state – state to be displayed.

zip – zip code to be displayed.

country – country to be displayed. This parameter is optional, and defaults to the US if omitted. (Note that ProVUE has only tested this function with US addresses, but some customers have reported success with addresses in other countries.)


Description

This function returns a URL for displaying a map location. The most common usage for this function is in a Web Browser Object.

For example, suppose you have a mailing list database that contains US addresses. This example shows how to use the mapurl( function to display an address.

When you click on a different address, or edit the address, the map will update.


See Also


History

VersionStatusNotes
10.0NewNew in this version.