SearchRequest.Latitude Property (Bing, Version 2.0)

The Latitude component of the SearchRequest location.

Public Property Latitude as Double
public double Latitude { get; set; }

Remarks

Valid input values for Latitude range from -90 to 90. For accurate results, input values must be converted to the decimal representation of the Latitude value.

Latitude lines are measured North and South from the equator in degrees, minutes, and seconds. The equator is defined as 0 degrees, the North Pole is 90 degrees north, and the South Pole is 90 degrees south. For example, the latitude of Seattle, Washington is 47° 36' 23.17" N, which converts to the (positive) decimal value 47.603828.