Coordinate
The getter to use to access the coordinate class.
Declaration
get Coordinate(): typeof Coordinate;Discussion
You must load the appropriate library first before accessing the getter, otherwise, the getter throws an Error.
The getter to use to access the coordinate class.
get Coordinate(): typeof Coordinate;You must load the appropriate library first before accessing the getter, otherwise, the getter throws an Error.