New to Telerik ReportingStart a free 30-day trial

A class used to match the addresses or locations with geographical coordinates (latitude and longitude) using the MapQuest Licensed Geocoding API Web Service: https://developer.mapquest.com/documentation/geocoding-api/ Requires a valid MapQuest AppKey that could be obtained from "https://developer.mapquest.com/"

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class MapQuestLocationProvider : WebLocationProvider, IWebLocationProvider, ILocationProvider

Inheritance: objectLocationProviderWebLocationProviderMapQuestLocationProvider

Implements: ILocationProviderIWebLocationProvider

Inherited Members WebLocationProvider.ClientTokenWebLocationProvider.ServerUrl

Constructors

TODO: Add documentation.

C#
public MapQuestLocationProvider()

Methods

TODO: Add documentation.

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()