Skip to content

Commit

Permalink
api(toBeMultiLineStringGeometry): add the min point count error to th…
Browse files Browse the repository at this point in the history
…e JSDoc API
  • Loading branch information
M-Scott-Lassiter committed May 28, 2022
1 parent 1bcf1fc commit 01f6c4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/geometries/multiLineStringGeometry.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const { validCoordinate } = require('../coordinates/validCoordinate')
* @returns {boolean} True if a valid GeoJSON MultiLineString Geometry. If invalid, it will throw an error.
* @throws {Error} Argument not an object
* @throws {Error} Must have a type property with value 'MultiLineString'
* @throws {Error} Coordinates array must contain two or more valid GeoJSON coordinates
* @throws {Error} forbidden from having a property 'geometry', 'properties', or 'features'
* @example
* const multiLineString = {
Expand Down

0 comments on commit 01f6c4b

Please sign in to comment.