Class BingPointG
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Map.Bing
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class BingPointG : Shape
Constructors
BingPointG()
Declaration
public BingPointG()
Properties
CalculationMethod
Declaration
public string CalculationMethod { get; set; }
Property Value
System.String
|
Coordinates
Latitude,Longitude
Declaration
public double[] Coordinates { get; set; }
Property Value
System.Double[]
|
Type
Declaration
public string Type { get; set; }
Property Value
System.String
|
UsageTypes
Declaration
public string[] UsageTypes { get; set; }
Property Value
System.String[]
|