ClassMapQuestOpenAPILocationProvider
Class
A class used to match the addresses or locations with geographical coordinates (latitude and longitude) using the MapQuest Open 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:
cs-api-definition
public class MapQuestOpenAPILocationProvider : WebLocationProvider, IWebLocationProvider, ILocationProvider
Inheritance: objectLocationProviderWebLocationProviderMapQuestOpenAPILocationProvider
Implements:
Inherited Members
Constructors
MapQuestOpenAPILocationProvider()
TODO: Add documentation.
Declaration
cs-api-definition
public MapQuestOpenAPILocationProvider()
Methods
ToString()
TODO: Add documentation.
Declaration
cs-api-definition
public override string ToString()
Returns
string
Overrides