LOCATIONTOLONGITUDE

Takes a location string (either XML, lat;long, or address) and returns the longitude component as a string. Reverse geocodes as necessary.

 

Syntax

 

= LOCATIONTOLONGITUDE (location)

 

Parameters:

location

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

 

Return Type

String

Returns the longitude component as a string.

 

Examples

Example

Returns

= LOCATIONTOLONGITUDE(GetBrowserLocation())

Returns longitude component as a string.

= LOCATIONTOLONGITUDE("2870 Zaker Rd, San Jose CA")

 

Returns longitude component as a string.