Returns a non-null
LongLatLocation object with the specified
longitude and latitude position.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public static LongLatLocation LongLat(
LongLat longLat
)
Public Shared Function LongLat (
longLat As LongLat
) As LongLatLocation
Parameters
- longLat LongLat
- The longitude/latitude position.
Return Value
LongLatLocationThe newly-created
LongLatLocation object.
See Also