We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cebf9b commit e0c2aeaCopy full SHA for e0c2aea
src/resultSet.js
@@ -282,7 +282,7 @@ class ResultSet {
282
/**
283
* Parse a raw Point representation into a lat-lon Map object.
284
* @param {object[]} rawPoint 2-valued lat-lon array representation
285
- * @returns {Promise<object>} Map object with latitude and longitude keys.
+ * @returns {{ latitude: number, longitude: number }} Map object with latitude and longitude keys.
286
*/
287
parsePoint(rawPoint) {
288
let m = {};
0 commit comments