Animaonline Weather API Documentation

GeoRss.GeoRssData Constructor 

Generates GeoRss

[Visual Basic]
Public Sub New( _
   ByVal ItemDescription As String, _
   ByVal ItemLatitude As String, _
   ByVal ItemLongitude As String, _
   ByVal ItemTitle As String, _
   ByVal ItemLink As String, _
   ByVal ItemPubDate As Date, _
   ByVal ItemCategory As String _
)
[C#]
public GeoRss.GeoRssData(
   String ItemDescription,
   String ItemLatitude,
   String ItemLongitude,
   String ItemTitle,
   String ItemLink,
   DateTime ItemPubDate,
   String ItemCategory
);

Parameters

ItemDescription
Item Description
ItemLatitude
Item Latitude
ItemLongitude
Item Longitude
ItemTitle
Item Title
ItemLink
Item Link
ItemPubDate
Item Publication Date
ItemCategory
Item Category

See Also

GeoRss.GeoRssData Class | Animaonline.GeoServices Namespace