Class Sticker

Definition

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

Sticker type marker map object.

C#
Copy
public class Sticker : Marker, IDisposable
Inheritance
Implements
IDisposable

Constructors

View Source

Sticker(Geocoordinates)

Creates a sticker type marker.

Declaration
C#
Copy
public Sticker(Geocoordinates coordinates)
Parameters
Type Name Description
Geocoordinates coordinates

Marker coordinates.

API Level: 3
View Source

Sticker(Geocoordinates, String)

Creates a sticker type marker.

Declaration
C#
Copy
public Sticker(Geocoordinates coordinates, string imagePath)
Parameters
Type Name Description
Geocoordinates coordinates

Marker coordinates.

String imagePath

Image file path for Marker.

Remarks

http://tizen.org/privilege/mediastorage is needed if the input or output path are relevant to media storage. http://tizen.org/privilege/externalstorage is needed if the input or output path are relevant to external storage.

API Level: 3

Implements

IDisposable

Extension Methods