The twitter place class. Represents a place or area.
| C# | Visual Basic |
[SerializableAttribute] [JsonObjectAttribute(MemberSerialization = MemberSerialization.OptIn)] public sealed class TwitterPlace : TwitterObject
<SerializableAttribute> _ <JsonObjectAttribute(MemberSerialization := MemberSerialization.OptIn)> _ Public NotInheritable Class TwitterPlace _ Inherits TwitterObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| 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) | (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()()()() | (Inherited from Object.) |
| Object | ||
| TwitterObject | ||
| TwitterPlace | ||