Twitterizer 2 Documentation
TwitterPlace Class
NamespacesTwitterizerTwitterPlace
The twitter place class. Represents a place or area.
Declaration Syntax
C#Visual Basic
[SerializableAttribute]
[JsonObjectAttribute(MemberSerialization = MemberSerialization.OptIn)]
public sealed class TwitterPlace : TwitterObject
<SerializableAttribute> _
<JsonObjectAttribute(MemberSerialization := MemberSerialization.OptIn)> _
Public NotInheritable Class TwitterPlace _
	Inherits TwitterObject
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TwitterPlace()()()()
Initializes a new instance of the TwitterPlace class

BoundingBox
Gets or sets the bounding box.

Country
Gets or sets the country.

CountryCode
Gets or sets the country code.

DataAddress
Gets or sets the address of the data.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FullName
Gets or sets the full name.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Id
Gets or sets the place id.

Lookup(Double, Double, TwitterPlaceLookupOptions)
Retrieves a place based on the specified coordinates.

Lookup(Double, Double)
Retrieves a place based on the specified coordinates.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
Gets or sets the name of the place.

PlaceType
Gets or sets the type of the place.

StreetAddress
Gets or sets the address of the street.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
TwitterObject
 TwitterPlace

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)