Class MapQuestOpenAPILocationProvider
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/"
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class MapQuestOpenAPILocationProvider : WebLocationProvider, IWebLocationProvider, ILocationProvider
Remarks
The more detailed information is used in the query, the more accurate the results will be.
Constructors
MapQuestOpenAPILocationProvider()
Declaration
public MapQuestOpenAPILocationProvider()
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|