Class PolygonBoundary
Definition
- Assembly:
- Tizen.Location.dll
This class represents a polygonal location boundary. Inherits the Abstract LocationBoundary class.
C#Copypublic class PolygonBoundary : LocationBoundary, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic PolygonBoundary(IList<Coordinate> coordinates)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IList<T><Coordinate> | coordinates | The coordinates which constitute the polgonal boundary. |
Exceptions
| Type | Condition |
|---|---|
| System.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. |
Properties
Declaration
C#Copypublic IList<Coordinate> Coordinates { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<T><Coordinate> |
Exceptions
| Type | Condition |
|---|---|
| System.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. |
Implements
System.IDisposable