Edit

Share via


TwitterGeoData Class

Definition

A class to contain the latitude and longitude of a tweet.

public class TwitterGeoData
type TwitterGeoData = class
Public Class TwitterGeoData
Inheritance
TwitterGeoData

Constructors

TwitterGeoData()

Properties

Coordinates

Gets or sets the coordinates of the geographic data

DataType

Gets or sets the type of data

DisplayCoordinates

Gets the latitude and longitude in a coordinate format.

Latitude

Gets the numeric latitude (null if the value could not be converted)

Longitude

Gets the numeric longitude (null if the value could not be converted)

Applies to