Class Polyline
Definition
- Assembly:
- Tizen.Maps.dll
The polyline map object.
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public class Polyline : MapObject, IDisposable
- Inheritance
- Implements
-
System.
IDisposable
Constructors
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public Polyline(List<Geocoordinates> coordinates, Color color, int width)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<T><Geocoordinates> | coordinates | List of geographical coordinates. |
Color | color | Line color. |
int | width | The width of line [1 ~ 100] (pixels). |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when input values are invalid. |
Properties
Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public IEnumerable<Geocoordinates> Coordinates { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T><Geocoordinates> |
Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public override bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
bool |
Overrides
Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public Color LineColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public int Width { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public void Dispose()
View Source
Dispose(bool)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")]
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | If true, managed and unmanaged resources can be disposed, otherwise only unmanaged resources can be disposed. |
Declaration
C#
Copy
protected ~Polyline()
Events
Declaration
C#
Copy
[Obsolete("Deprecated since API10. Might be removed in API12.")]
public event EventHandler Clicked
Event Type
Type | Description |
---|---|
System. |
Implements
System.IDisposable