Class Area
Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
The class representing a geographical area.
C#Copypublic class Area : IDisposable
- Inheritance
-
System.ObjectArea
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copy[Obsolete("Deprecated since API10. Might be removed in API12.")] public Area(Geocoordinates center, double radius)
Parameters
Type | Name | Description |
---|---|---|
Geocoordinates | center | Coordinates for center of the area. |
System.Double | radius | Radius of the area. |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | Thrown when the required feature is not supported. |
System.ArgumentException | Thrown when input coordinates are invalid. |
System.InvalidOperationException | Thrown when a native operation fails to allocate memory. |
API Level: 3
Declaration
C#Copy[Obsolete("Deprecated since API10. Might be removed in API12.")] public Area(Geocoordinates topLeft, Geocoordinates bottomRight)
Parameters
Type | Name | Description |
---|---|---|
Geocoordinates | topLeft | Top-left coordinates of the area. |
Geocoordinates | bottomRight | Bottom-left coordinates of the area. |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | Thrown when the required feature is not supported. |
System.ArgumentException | Thrown when input coordinates are invalid. |
System.InvalidOperationException | Thrown when a native operation fails to allocate memory. |
API Level: 3
Methods
Declaration
C#Copypublic void Dispose()
API Level: 3
View Source
Dispose(Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
C#Copyprotected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
Boolean | disposing | If true, managed and unmanaged resources can be disposed, otherwise only unmanaged resources can be disposed. |
API Level: 3
Declaration
C#Copyprotected void Finalize()
Implements
System.IDisposable