GOOGLEMAPURL

Returns URL for adding a generated interactive map to a web page. The interactive map can be zoomed, etc., but clicking on it does not popup anything.

 

Syntax

= GOOGLEMAPURL (location, width, height, googleMapParameters)

 

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

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/

Return Type

String

Returns URL for adding a generated interactive map to a web page.

 

Examples

Example

Returns

= GOOGLEMAPURL("2870 zanker rd san jose, CA", 500, 500, "maptype=roadmap")

Returns a URL for adding a generated map to a web page