Skip to content

Commit e0c2aea

Browse files
committed
fix resultSet.parsePoint jsdoc
1 parent 0cebf9b commit e0c2aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resultSet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ class ResultSet {
282282
/**
283283
* Parse a raw Point representation into a lat-lon Map object.
284284
* @param {object[]} rawPoint 2-valued lat-lon array representation
285-
* @returns {Promise<object>} Map object with latitude and longitude keys.
285+
* @returns {{ latitude: number, longitude: number }} Map object with latitude and longitude keys.
286286
*/
287287
parsePoint(rawPoint) {
288288
let m = {};

0 commit comments

Comments
 (0)