Class MapServiceRequest<T>
Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
Base class for a map service request.
C#Copypublic abstract class MapServiceRequest<T> : IDisposable
- Inheritance
-
System.ObjectMapServiceRequest<T>
- Derived
- Implements
-
System.IDisposable
Methods
Declaration
C#Copypublic void Dispose()
API Level: 3
View Source
Dispose(Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
C#Copyprotected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
Boolean | disposing | If true, managed and unmanaged resources can be disposed, otherwise only unmanaged resources can be disposed. |
API Level: 3
Declaration
C#Copyprotected void Finalize()
Declaration
C#Copypublic Task<IEnumerable<T>> GetResponseAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<T>> | Response from the map service provider. |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | Thrown when the required feature is not supported. |
UnauthorizedAccessException | Thrown when application does not have some privilege to access this method. |
System.InvalidOperationException | Thrown when the result is invalid. |
System.ArgumentException | Thrown when arguments are invalid. |
API Level: 3
Privilege Level: public
Privilege: http://tizen.org/privilege/mapservicehttp://tizen.org/privilege/internethttp://tizen.org/privilege/network.get
Implements
System.IDisposable