Class CircleBoundary
Definition
- Namespace:
- Tizen.Location
- Assembly:
- Tizen.Location.dll
- API Level:
- 3
This class represents a circular location boundary. Inherits the Abstract LocationBoundary class.
C#Copypublic class CircleBoundary : LocationBoundary, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic CircleBoundary(Coordinate coordinate, double radius)
Parameters
Type | Name | Description |
---|---|---|
Coordinate | coordinate | The coordinates which constitute the center of the circular boundary. |
System.Double | radius | The radius value of the circular boundary. |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | Thrown when the operation is invalid for the current state. |
System.ArgumentException | Thrown when an invalid argument is used. |
System.NotSupportedException | Thrown when the location is not supported. |
API Level: 3
Properties
Declaration
C#Copypublic Coordinate Center { get; }
Property Value
Type | Description |
---|---|
Coordinate |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | Thrown when the operation is invalid for the current state. |
System.ArgumentException | Thrown when an invalid argument is used. |
System.NotSupportedException | Thrown when the location is not supported. |
API Level: 3
Declaration
C#Copypublic double Radius { get; }
Property Value
Type | Description |
---|---|
System.Double |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | Thrown when the operation is invalid for the current state. |
System.ArgumentException | Thrown when an invalid argument is used. |
System.NotSupportedException | Thrown when the location is not supported. |
API Level: 3
Implements
System.IDisposable