Click or drag to resize

LocationLongLat Method

Returns a non-null LongLatLocation object with the specified longitude and latitude position.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public static LongLatLocation LongLat(
	LongLat longLat
)

Parameters

longLat  LongLat
The longitude/latitude position.

Return Value

LongLatLocation
The newly-created LongLatLocation object.
See Also