Hi,
I'm trying to use:
coordinates.shiftedCoordinates(to: .J2000, with: properMotion)
But this will not compile :
'ProperMotion' initializer is inaccessible due to 'internal' protection level
I can not find another way to instantiate ProperMotion in the lib, isn't it just missing a public constructor ?
Thanks
Hi,
I'm trying to use:
coordinates.shiftedCoordinates(to: .J2000, with: properMotion)But this will not compile :
'ProperMotion' initializer is inaccessible due to 'internal' protection levelI can not find another way to instantiate ProperMotion in the lib, isn't it just missing a public constructor ?
Thanks