GOOGLEPOPUPMAPURL

Returns a URL for adding popup map to a web page

Syntax

= GOOGLEPOPUPMAPURL (location, width, height, popupWidth, popupHeight, googleMapParameters, googlePopupMapParameters)

Parameters:

location

String containing the location in any of 3 formats: an XML location string, a latitude and longitude separated by a semicolon or a street address.

width

Integer width of map image or iframe. -1 will use the default value

height

Integer height of map image or iframe. -1 will use the default value

popupWidth

Width of a popup window

popupHeight

Height of a popup window

googleMapParameters

These are additional map parameters. Values can be separated using ampersand character. Please check the following url for additional parameters.

https://developers.google.com/maps/documentation/staticmaps/

googlePopupMapParameters

These are additional direction parameters. Values can be separated using ampersand character. Please check the following url for additional parameters.

https://developers.google.com/maps/documentation/staticmaps/

Return Type

String

Returns a URL for adding popup map to a web page.

 

Examples

Example

Returns

= GOOGLEPOPUPMAPURL ("2870 zanker rd san jose, CA", 500, 500, 200, 200, "maptype=roadmap", "zoom=13")

Returns a URL for adding popup map to a web page