LOCATIONTOLATITUDE

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

Syntax

= LOCATIONTOLATITUDE (location)

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.

Return Type

String

Returns the latitude component as a string.

 

Examples

Example

Returns

= LOCATIONTOLATITUDE(GetBrowserLocation())

Returns latitude component as a string.

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

 

Returns latitude component as a string.