Class BingRestElevationRequest
Inheritance
System.Object
BingRestElevationRequest
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class BingRestElevationRequest : RequestBase
Constructors
Declaration
public BingRestElevationRequest()
Properties
Declaration
public LocationRect Bounds { get; set; }
Property Value
Declaration
public int Columns { get; set; }
Property Value
Declaration
public BingRestElevationRequestType ElevationType { get; set; }
Property Value
Declaration
public BingRestElevationHeightsType HeightsType { get; set; }
Property Value
Declaration
public List<Location> Points { get; set; }
Property Value
|
System.Collections.Generic.List<Location>
|
Declaration
public int Rows { get; set; }
Property Value
Declaration
public int Samples { get; set; }
Property Value
Extension Methods