Class CircleBoundary
Definition
- Assembly:
- Tizen.Location.dll
This class represents a circular location boundary. Inherits the Abstract LocationBoundary class.
public class CircleBoundary : LocationBoundary
- Inheritance
Constructors
View SourceCircleBoundary(Coordinate, double)
The constructor of the Circular boundary class.
Declaration
public CircleBoundary(Coordinate coordinate, double radius)
Parameters
| Type | Name | Description |
|---|---|---|
| Coordinate | coordinate | The coordinates which constitute the center of the circular boundary. |
| double | radius | The radius value of the circular boundary. |
Properties
View SourceCenter
Gets the coordinate of the center of a circular boundary.
Declaration
public Coordinate Center { get; }
Property Value
| Type | Description |
|---|---|
| Coordinate |
Radius
Gets the radius of a circular boundary.
Declaration
public double Radius { get; }
Property Value
| Type | Description |
|---|---|
| double |