Circle Class

 

This documentation is no longer available on MSDN. It is available as a CHM or PDF download. For the newest Geocoding, Imagery, Routing and Traffic services, see Bing Maps REST Services. 

Represents a circle on the map. This class inherits from the ShapeBase Class.

Syntax

public class Circle : ShapeBase
Public Class Circle Inherits ShapeBase

Constructor

Name

Description

Circle 

Initializes a new instance of a Circle object.

Public Properties

Name

Description

Center 

A Location Class object specifying the center of the circle.

DistanceUnit

A DistanceUnit Enumeration indicating the unit of measurement of the value in the Radius property.

Radius 

A double specifying the radius of the circle.

See Also

SearchRegion.BoundingArea Property