Twitterizer 2 Documentation
MaxResults Property
NamespacesTwitterizerTwitterPlaceLookupOptionsMaxResults
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.
Declaration Syntax
C#Visual Basic
public Nullable<int> MaxResults { get; set; }
Public Property MaxResults As Nullable(Of Integer)
	Get
	Set

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