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.3
Syntaxpublic LongLatLocation(
LongLat longLat
)
Public Sub New (
longLat As LongLat
)
Parameters
- longLat
- Type: DegreeDays.GeoLongLat
The longitude/latitude position.
See Also