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


Public Member Functions | |
| Ellipse () | |
| Create a new ellipse at 0,0 with a random id. | |
| Ellipse (string id, Point point, EllipseOptions? options=null) | |
| Create a new ellipse. | |
| Public Member Functions inherited from livemap.layer.marker.Marker | |
| string | ToJson () |
| Serializes this object to a JSON string. | |
Static Public Member Functions | |
| static Ellipse | 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 | Point [get, set] |
| Absolute (not relative to spawn) world coordinates for the ellipse's center. | |
| new? EllipseOptions | 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 ellipse marker is used to draw ellipse overlays on the map.
You can make perfect circles with the Circle
|
inline |
Create a new ellipse at 0,0 with a random id.
|
inline |
Create a new ellipse.
| id | Unique identifying key |
| point | Absolute (not relative to spawn) world coordinates for the ellipse's center |
| options | Optional settings for the ellipse |
|
static |
|
getset |
|
getset |
Absolute (not relative to spawn) world coordinates for the ellipse's center.