Skip to content

Commit

Permalink
docs(place.js): add missing method documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Jan 18, 2022
1 parent f961dd0 commit 170049b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/place.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ class Place {

/**
* Get the coordinates from name
* @returns {Array|false}
*/
getCoordsFromName() {
if (this.placeName && this.placeName.indexOf(',') > -1) {
Expand Down

0 comments on commit 170049b

Please sign in to comment.