Class BubbleOverlay

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll
API Level:
3

The bubble overlay map object.

C#
Copy
public class BubbleOverlay : Overlay, IDisposable
Inheritance
BubbleOverlay
Implements
IDisposable

Constructors

View Source

BubbleOverlay(Geocoordinates, EvasObject)

Creates a bubble overlay.

Declaration
C#
Copy
public BubbleOverlay(Geocoordinates coordinates, EvasObject objectToContain)
Parameters
Type Name Description
Geocoordinates coordinates

The geographical coordinates to be pointed.

EvasObject objectToContain

The EvasObject to be shown.

API Level: 3

Implements

IDisposable

Extension Methods