Location Members

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image

The Location type exposes the following members.

Constructors

  Name Description
Public method Location
Initializes a new instance of the Location class

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetWrapped<(Of <<'(T>)>>) (Inherited from DynamicWrapper.)
Protected method InitializeAfterSet (Inherited from DynamicWrapper.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString

If s_UseForamttedToStrings is set to true, returns string.Format("City: {0}, Country: {1}, Latitude: {2}, Longitude: {3}", City, Country, Latitude, Longitude);

otherwise, return ToString()()()()

(Overrides Object..::..ToString()()()().)
Public method WrapOrGet<(Of <<'(T>)>>) (Inherited from DynamicWrapper.)

Fields

  Name Description
Protected field m_DynamicData (Inherited from DynamicWrapper.)

Properties

  Name Description
Public property City
Gets the city
Public property Country
Gets the Country
Protected property FieldsToLoad (Inherited from DynamicWrapper.)
Public property Latitude
Gets the Latitude
Public property LoadState (Inherited from DynamicWrapper.)
Public property Longitude
Gets the Longitude
Public property State
Gets the state
Public property Street
Gets the street
Public property Zip
Gets the zip code

See Also