Click or drag to resize
LocationClient Class
Client present API for push http://quickblox.com/developers/Location
Inheritance Hierarchy
SystemObject
  Quickblox.Sdk.Modules.LocationModuleLocationClient

Namespace: Quickblox.Sdk.Modules.LocationModule
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class LocationClient

The LocationClient type exposes the following members.

Methods
  NameDescription
Public methodCreateGeoDataAsync
Create geodata which represent points on the earth
Public methodCreatePushGeoDataAsync
You can create or update geodata with sending a push notification to all users who is located in your radius.
Public methodDeleteGeoDataByDays
Maximum age of data that should remain in the database after a query.
Public methodDeleteGeoDataById
Delete geodata by the identifier
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindGeoDataAsync
Retrieve all (by default) geodata for current application. The ID of the application is taken from the token which is specified in the request
Public methodGetGeoDataByIdAsync
Retrieve geodata by the identifier
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateGeoDataAsync
Update geodata
Top
See Also