Geocircle.Radius Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The radius of a geographic circle in meters.
public:
property double Radius { double get(); };
double Radius();
public double Radius { get; }
var double = geocircle.radius;
Public ReadOnly Property Radius As Double
Property Value
Double
double
The radius of a geographic circle.
Windows requirements
App capabilities |
location
|
Remarks
The valid range of radius values is from .1 to 10018754.3 meters. 10018754.3 meters is one quarter of the earth’s circumference.