RequestBase
Class
Base class for all requests.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public abstract class RequestBase
Inheritance: objectRequestBase
Derived Classes:
Constructors
Initializes a new instance of the RequestBase class.
C#
protected RequestBase()
Properties
The culture in which to return results.
C#
public CultureInfo Culture { get; set; }
Gets or sets the current IP of the user. Optional. IPv4 format. Set this property before making a service request.
C#
public string CurrentIP { get; set; }
The current IP.
Gets or sets the current location of the user. Optional. Set this property before making a service request.
C#
public Location CurrentLocation { get; set; }
Gets or sets distance unit.
C#
public DistanceUnit DistanceUnit { get; set; }