Represents the Bing Birds Eye Projection class.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BingBirdsEyeProjection : MercatorProjection, ISpatialReference
Inheritance: objectSpatialReferenceMercatorProjectionBingBirdsEyeProjection
Implements:
Inherited Members
Methods
Converts a geographical coordinate (Longitude, Latitude) to a logical Point (0->1).
C#
public override Point GeographicToLogical(Location geographicPoint)
The geographical coordinate (Longitude, Latitude).
Returns:Point
The logical Point.
Overrides:
Converts a logical Point (0->1) to a geographical coordinate (Longitude, Latitude).
C#
public override Location LogicalToGeographic(Point logicalPoint)
The logical Point.
Returns:The geographical coordinate (Longitude, Latitude).
Overrides: