Class Sticker
Definition
- Assembly:
- Tizen.Maps.dll
Sticker type marker map object.
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public class Sticker : Marker, IDisposable
- Inheritance
- Implements
-
System.
IDisposable
Constructors
Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")]
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.
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
System. |
Thrown when application does not have some privilege to access this method. |
System. |
Thrown when the input coordinates or imagePath is invalid. |
Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public Sticker(Geocoordinates coordinates)
Parameters
Type | Name | Description |
---|---|---|
Geocoordinates | coordinates | Marker coordinates. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when input coordinates are invalid. |
Implements
System.IDisposable