The GetLocationAPI type exposes the following members.

Constructors

  NameDescription
GetLocationAPIOverloaded.

Methods

  NameDescription
Equals
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.)
GetAuthorizationURI
Obtains a URI for redirecting the User Agent to a Veriplace page to acquire permission to locate the current user.
GetCallbackResult
Process the parameters of an HTTP callback that was posted from Veriplace in response to an asynchronous location request.
(Overrides AsyncCapableAPI<(Of <(TRequestStatus>)>)..::.GetCallbackResult(HttpRequest, HttpResponse).)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLocationOverloaded.
GetLocationAccessToken
Get an access token representing permission to locate a user, if the user has previously granted that permission. If so, the token can then be passed to GetLocation(User, Token) to get the location; or you can simply use this method to test whether permission is available.
GetLocationByIdOverloaded.
GetPermittedUsersOverloaded.
GetRequestCreationPath (Inherited from AsyncCapableAPI<(Of <(TRequestStatus>)>).)
GetRequestQueryPath (Inherited from AsyncCapableAPI<(Of <(TRequestStatus>)>).)
GetResult
Attempt to retrieve the result of an asynchronous request that was previously submitted with RequestLocation(User, Token, String, LocationOptions).
(Overrides AsyncCapableAPI<(Of <(TRequestStatus>)>)..::.GetResult(TRequestStatus).)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
RedirectToAuthorization
Redirects the User Agent to a Veriplace page to acquire permission to locate the current user. This method will not return, since it terminates the current request. Veriplace will then redirect back to the given callback URL, providing an Access Token if permission was granted.
RequestLocationOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Client (Inherited from API.)
DefaultLocationMode
The location mode that will be passed to the server for all location requests where no mode was specified. If this is null, it will use the default that is configured for this application on the Veriplace server.
LocationFilter
The ILocationFilter implementation for this client, if any.

See Also