Class Marker
Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
The marker map object.
public class Marker : MapObject, IDisposable
- Inheritance
- Derived
- Implements
Properties
View SourceCoordinates
Gets or sets the geographical coordinates for this marker.
Declaration
public Geocoordinates Coordinates { get; set; }
Property Value
Type | Description |
---|---|
Geocoordinates |
API Level: 3
View SourceImagePath
Gets or sets a string representing the image file path for this marker.
Declaration
public string ImagePath { get; set; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceIsVisible
Gets or sets the marker's visibility.
Declaration
public override bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
API Level: 3
View SourceMarkerSize
Gets or sets the screen size for this marker.
Declaration
public Size MarkerSize { get; set; }
Property Value
Type | Description |
---|---|
Size |
API Level: 3
View SourceZOrder
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 SourceDispose()
Releases all the resources used by this object.
Declaration
public void Dispose()
API Level: 3
View SourceDispose(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. |
Finalize()
Destroy the Marker object.
Declaration
protected void Finalize()
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
View SourceResize(Size)
Changes the marker size.
Declaration
public void Resize(Size newSize)
Parameters
Type | Name | Description |
---|---|---|
Size | newSize | New size. |
API Level: 3
Events
View SourceClicked
Gets or sets the clicked event handlers.
Declaration
public event EventHandler Clicked
Event Type
Type | Description |
---|---|
EventHandler |