|
LiveMap API
|
The polyline marker is used to draw polyline overlays on the map. More...


Public Member Functions | |
| Polyline () | |
| Create a new polyline at 0,0 with a random id. | |
| Polyline (string id, Point points, PolylineOptions? options=null) | |
| Create a new polyline. | |
| Polyline (string id, Point[] points, PolylineOptions? options=null) | |
| Create a new polyline. | |
| Polyline (string id, Point[][] points, PolylineOptions? options=null) | |
| Create a new polyline. | |
| Polyline (string id, Point[][][] points, PolylineOptions? options=null) | |
| Create a new polyline. | |
| Public Member Functions inherited from livemap.layer.marker.Marker | |
| string | ToJson () |
| Serializes this object to a JSON string. | |
Static Public Member Functions | |
| static Polyline | FromJson (string json) |
| Static Public Member Functions inherited from livemap.layer.marker.Marker | |
| static T | FromJson< T > (string json) |
| Deserializes a JSON string into an instance of this object. | |
Properties | |
| Point[][][] | Points [get, set] |
| Absolute (not relative to spawn) world coordinates for the polyline's points. | |
| new? PolylineOptions | Options [get, set] |
| Properties inherited from livemap.layer.marker.Marker | |
| string | Type [get] |
| Type identifier for the marker. | |
| string | Id [get] |
| Unique id for the marker. | |
| BaseOptions? | Options [get, set] |
| Optional settings. | |
| TooltipOptions? | Tooltip [get, set] |
| Optional tooltip settings. | |
| PopupOptions? | Popup [get, set] |
| Optional popup settings. | |
Additional Inherited Members | |
| Protected Member Functions inherited from livemap.layer.marker.Marker | |
| Marker (string type, string id) | |
The polyline marker is used to draw polyline overlays on the map.
You can fill in these polyline shapes with the Polygon
|
inline |
Create a new polyline at 0,0 with a random id.
|
inline |
Create a new polyline.
| id | Unique identifying key |
| points | Absolute (not relative to spawn) world coordinates for the polyline's points |
| options | Optional settings for the polyline |
|
inline |
Create a new polyline.
| id | Unique identifying key |
| points | Absolute (not relative to spawn) world coordinates for the polyline's points |
| options | Optional settings for the polyline |
|
inline |
Create a new polyline.
| id | Unique identifying key |
| points | Absolute (not relative to spawn) world coordinates for the polyline's points |
| options | Optional settings for the polyline |
|
inline |
Create a new polyline.
| id | Unique identifying key |
| points | Absolute (not relative to spawn) world coordinates for the polyline's points |
| options | Optional settings for the polyline |
|
static |
|
getset |
|
getset |
Absolute (not relative to spawn) world coordinates for the polyline's points.