Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
public class Marker : MapObject, IDisposable
- Inheritance
-
- Derived
-
- Implements
-
System.IDisposable
Properties
View Source
Coordinates
Gets or sets the geographical coordinates for this marker.
Declaration
public Geocoordinates Coordinates { get; set; }
Property Value
API Level: 3
View Source
ImagePath
Gets or sets a string representing the image file path for this marker.
Declaration
public string ImagePath { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
IsVisible
Gets or sets the marker's visibility.
Declaration
public override bool IsVisible { get; set; }
Property Value
Overrides
API Level: 3
View Source
MarkerSize
Gets or sets the screen size for this marker.
Declaration
public Size MarkerSize { get; set; }
Property Value
API Level: 3
View Source
ZOrder
Gets or sets the z-order for this marker.
Declaration
public int ZOrder { get; set; }
Property Value
Type |
Description |
Int32 |
The integer value is 0 by default, and must be in the range of -100 to 100.
|
API Level: 3
Methods
View Source
Dispose()
Releases all the resources used by this object.
Declaration
API Level: 3
View Source
Dispose(Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
Boolean |
disposing |
If true, managed and unmanaged resources can be disposed, otherwise only unmanaged resources can be disposed.
|
Declaration
protected void Finalize()
View Source
Move(Geocoordinates)
Changes the marker coordinates.
Declaration
public void Move(Geocoordinates newPosition)
Parameters
Type |
Name |
Description |
Geocoordinates |
newPosition |
New position for the marker.
|
API Level: 3
Declaration
public void Resize(Size newSize)
Parameters
Type |
Name |
Description |
Size |
newSize |
New size.
|
API Level: 3
Events
View Source
Clicked
Gets or sets the clicked event handlers.
Declaration
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public event EventHandler Clicked
Event Type
Type |
Description |
System.EventHandler |
|
API Level: 3
Implements
System.IDisposable