Class MapServiceRequest<T>

    Definition

    Namespace:
    Tizen.Maps
    Assembly:
    Tizen.Maps.dll

    Base class for a map service request.

    public abstract class MapServiceRequest<T> : IDisposable
    Inheritance
    object
    MapServiceRequest<T>
    Derived
    GeocodeRequest
    MultiReverseGeocodeRequest
    PlaceSearchRequest
    ReverseGeocodeRequest
    RouteSearchRequest

    Methods

    View Source

    Dispose()

    Releases all the resources used by this object.

    Declaration
    public void Dispose()
    View Source

    Dispose(bool)

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    If true, managed and unmanaged resources can be disposed, otherwise only unmanaged resources can be disposed.

    View Source

    ~MapServiceRequest()

    Destroy the MapServiceRequest object.

    Declaration
    protected ~MapServiceRequest()
    View Source

    GetResponseAsync()

    Sends a request to the map service provider.

    Declaration
    public Task<IEnumerable<T>> GetResponseAsync()
    Returns
    Type Description
    Task<><IEnumerable<><T>>

    Response from the map service provider.

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX