| LocationClient Methods |
The LocationClient type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateGeoDataAsync |
Create geodata which represent points on the earth
| |
| CreatePushGeoDataAsync |
You can create or update geodata with sending a push notification to all users who is located in your radius.
| |
| DeleteGeoDataByDays |
Maximum age of data that should remain in the database after a query.
| |
| DeleteGeoDataById |
Delete geodata by the identifier
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FindGeoDataAsync |
Retrieve all (by default) geodata for current application. The ID of the application is taken from the token which is specified in the request
| |
| GetGeoDataByIdAsync |
Retrieve geodata by the identifier
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateGeoDataAsync |
Update geodata
|