New to Telerik ReportingStart a free 30-day trial

An abstract class for all the web-based location service providers

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public abstract class WebLocationProvider : LocationProvider, IWebLocationProvider, ILocationProvider

Inheritance: objectLocationProviderWebLocationProvider

Derived Classes: AzureLocationProviderBingLocationProviderMapQuestLocationProviderMapQuestOpenAPILocationProvider

Implements: ILocationProviderIWebLocationProvider

Constructors

C#
protected WebLocationProvider()

Properties

The client token that authenticates the request.

C#
public virtual string ClientToken { get; set; }

Implements: IWebLocationProvider.ClientToken

ServerUrl

string

The Url of the location server

C#
public virtual string ServerUrl { get; set; }

Implements: IWebLocationProvider.ServerUrl