Marker
Represents a single location with text on the map which can be setted via the url api.
Constructor Summary
| Public Constructor | ||
| public |
constructor(options: MarkerOptions) |
|
Member Summary
| Private Members | ||
| private |
|
|
| private |
feature_: Feature |
|
| private |
|
|
| private |
|
|
| private |
|
|
| private |
vectorLayer_: VectorLayer |
|
Method Summary
| Public Methods | ||
| public |
|
|
| public |
|
|
| public |
getPosition(): * returns {ol.Coordinate|undefined} |
|
| public |
Return description text of the marker. |
|
| public |
|
|
| public |
|
|
| public |
setPopupVisible(visible: boolean) |
|
| public |
setPosition(coords: ol.Coordinate) |
|
| public |
Set description text of the marker. |
|
Public Constructors
public constructor(options: MarkerOptions) source
Params:
| Name | Type | Attribute | Description |
| options | MarkerOptions |
