Last updated

API / geotoolkit / util / Point / Point

Namespace: Point

util.Point.Point

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

x coordinate or an object with 'x' and 'y' properties or [x,y] array

Type declaration

NameTypeDescription
x?numberx coordinate
y?numbery coordinate

OptionsOut

Ƭ OptionsOut: Required<Options>