LongLatLocation Constructor |
Constructs a
LongLatLocation object with the specified
longitude and latitude position.
Namespace: DegreeDays.Api.Data.ImplAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public LongLatLocation(
LongLat longLat
)
Public Sub New (
longLat As LongLat
)
Parameters
- longLat LongLat
- The longitude/latitude position.
See Also