Twitterizer 2 Documentation
TwitterPlaceLookupOptions Class
NamespacesTwitterizerTwitterPlaceLookupOptions
Provides a payload for optional parameters for the Lookup(Double, Double, TwitterPlaceLookupOptions) method.
Declaration Syntax
C#Visual Basic
public class TwitterPlaceLookupOptions : OptionalProperties
Public Class TwitterPlaceLookupOptions _
	Inherits OptionalProperties
Members
All MembersConstructorsMethodsProperties



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

Accuracy
A hint on the "region" in which to search. If a number, then this is a radius in meters, but it can also take a string that is suffixed with ft to specify feet. If this is not passed in, then it is assumed to be 0m. If coming from a device, in practice, this value is whatever accuracy the device has measuring its location (whether it be coming from a GPS, WiFi triangulation, etc.).

APIBaseAddress (Inherited from OptionalProperties.)
CacheOutput
Allows run time enabling of API output caching.
(Inherited from OptionalProperties.)
CacheTimespan
Allows configuration of the sliding expiration timespan for output caching.
(Inherited from OptionalProperties.)
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.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Granularity
The minimal granularity of data to return. If this is not passed in, then neighborhood is assumed. city can also be passed.

MaxResults
A hint as to the number of results to return. This does not guarantee that the number of results returned will equal max_results, but instead informs how many "nearby" results to return. Ideally, only pass in the number of places you intend to display to the user here.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Proxy
Allows overriding of the default proxy settings for API call requests.
(Inherited from OptionalProperties.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UseSSL
Allows modification of the API endpoint addresses to enable SSL communication.
Allows configuration of the base address for API method requests for support for 3rd party 'twitter-like' APIs.
(Inherited from OptionalProperties.)
Inheritance Hierarchy
Object
OptionalProperties
 TwitterPlaceLookupOptions

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