Class BoxOverlay
Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
The box overlay map object.
C#Copypublic class BoxOverlay : Overlay, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic BoxOverlay(Geocoordinates coordinates, EvasObject objectToContain)
Parameters
Type | Name | Description |
---|---|---|
Geocoordinates | coordinates | The geographical coordinates to be pointed. |
EvasObject | objectToContain | The EvasObject to be shown. |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | Thrown when the required feature is not supported. |
System.ArgumentException | Thrown when the input coordinates or objectToContain are invalid |
API Level: 3
Implements
System.IDisposable