Skip to content

Commit

Permalink
document Marker#getElement (#5242)
Browse files Browse the repository at this point in the history
  • Loading branch information
mollymerp committed Sep 5, 2017
1 parent 80d9396 commit 8a674b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ui/marker.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ class Marker {
return this;
}

/**
* Returns the `Marker`'s HTML element.
* @returns {HTMLElement} element
*/
getElement() {
return this._element;
}
Expand Down

0 comments on commit 8a674b8

Please sign in to comment.