openwebmap
STREET
,
CITY
,
STATE
,
ZIPCODE
,
COUNTRY
The openwebmap statement opens a web browser window displaying a map of a location.
Parameters
This statement has five parameters:
street – street address. Do not include suite or apartment number.
city – city.
state – state (two letter abbreviation).
zipcode – zip code (optional, may be “” or entirely omitted).
country – This parameter is currently ignored, only works for United States.
Description
This statement opens a web browser window displaying a map of a location.
openwebmap "123 Peach Street","Anytown","AA","99999"
See Also
- city( -- looks up the name of a city associated with a US zip code.
- cityzip( -- returns the lowest zip code associated with a city.
- cityzips( -- returns a list of zip codes associated with a city.
- county( -- returns the name of the county associated with a US zip code.
- mapurl( -- returns a URL to display a map location.
- openmapwindow -- opens a window displaying a map of a location.
- selectzipdistancetool -- selects records near the current record, based on zip codes.
- state( -- returns the name of the state associated with a US zip code.
- stateabbreviations( -- returns a list of US state abbreviations.
- statelookup( -- converts a two letter abbreviation for a US state into the full state name.
- statename( -- converts a two letter abbreviation for a US state into the full state name.
- uspssecondaryunits( -- returns a list of USPS (United States Postal Service) secondary suffix designation abbreviations.
- uspsstreetsuffixes( -- returns a list of USPS street suffix abbreviations.
- zipdistance( -- calculates the distance between two zip codes.
- ziplatitude( -- returns the latitude of a US zip code.
- ziplongitude( -- returns the longitude of a US zip code.
History
10.2 | No Change | Carried over from Panorama 6.0. |