Class BoxOverlay

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll

The box overlay map object.

C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public class BoxOverlay : Overlay, IDisposable
Inheritance
object
BoxOverlay
Implements
System.IDisposable

Constructors

View Source

BoxOverlay(Geocoordinates, EvasObject)

Creates a box overlay.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public 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

Implements

System.IDisposable