Skip to content

Commit

Permalink
docs: add missing parameter type/description
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Dec 9, 2021
1 parent 02949e1 commit 89c710a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/support/geo-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ const geoUtils = {

/**
* Build a leaflet latlng object
* @param {String|Number} lat
* @param {String|Number} lng
* @returns {Object}
*/
buildLatLong: (lat, lng) => {
Expand Down

0 comments on commit 89c710a

Please sign in to comment.