API / geotoolkit / util / Point / Point
Type Aliases
Type Aliases
Ƭ Options: Object
x coordinate or an object with 'x' and 'y' properties or [x,y] array
| Name | Type | Description |
|---|---|---|
x? | number | x coordinate |
y? | number | y coordinate |
Ƭ OptionsOut: Required<Options>