marker.js 3 Documentation
markerjs.com
GitHub
Preparing search index...
Core
IPoint
Interface IPoint
Describes a point objects use internally
interface
IPoint
{
x
:
number
;
y
:
number
;
}
Index
Properties
x
y
Properties
x
x
:
number
Horizontal (X) coordinate.
y
y
:
number
Vertical (Y) coordinate.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
x
y
markerjs.com
GitHub
marker.js 3 Documentation
Loading...
Describes a point objects use internally