Class PolygonBoundary
Definition
- Assembly:
- Tizen.Location.dll
This class represents a polygonal location boundary. Inherits the Abstract LocationBoundary class.
public class PolygonBoundary : LocationBoundary, IDisposable
- Inheritance
- Implements
-
System.
IDisposable
Constructors
View SourcePolygonBoundary(IList<Coordinate>)
The constructor of the Polygon Boundary class.
Declaration
public PolygonBoundary(IList<Coordinate> coordinates)
Parameters
Type | Name | Description |
---|---|---|
System. |
coordinates | The coordinates which constitute the polgonal boundary. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the operation is invalid for the current state. |
System. |
Thrown when an invalid argument is used. |
System. |
Thrown when the location is not supported. |
Properties
View SourceCoordinates
Gets the list of coordinates which constitute a polygonal boundary.
Declaration
public IList<Coordinate> Coordinates { get; }
Property Value
Type | Description |
---|---|
System. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the operation is invalid for the current state. |
System. |
Thrown when an invalid argument is used. |
System. |
Thrown when the location is not supported. |
Implements
System.IDisposable