Class Polyline
Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
The polyline map object.
C#Copypublic 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<Geocoordinates> | coordinates | List of geographical coordinates. |
Color | color | Line color. |
Int32 | width | The width of line [1 ~ 100] (pixels). |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Thrown when input values are invalid. |
API Level: 3
Properties
Declaration
C#Copypublic IEnumerable<Geocoordinates> Coordinates { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Geocoordinates> |
API Level: 3
Declaration
C#Copypublic override bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
API Level: 3
Declaration
C#Copypublic Color LineColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
API Level: 3
Declaration
C#Copypublic int Width { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 3
Methods
Declaration
C#Copypublic void Dispose()
API Level: 3
View Source
Dispose(Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
C#Copyprotected 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. |
API Level: 3
Declaration
C#Copyprotected void Finalize()
Events
Declaration
C#Copy[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