Click or drag to resize

LongLatLocation Constructor

Constructs a LongLatLocation object with the specified longitude and latitude position.

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

Parameters

longLat  LongLat
The longitude/latitude position.
See Also