MonobjcMonobjc Documented Class Library
CLLocation Constructor (value)
NamespacesMonobjc.CoreLocationCLLocationCLLocation(IntPtr)
Initializes a new instance of the CLLocation class.
Declaration Syntax
C#Visual BasicVisual C++
public CLLocation(
	IntPtr value
)
Public Sub New ( _
	value As IntPtr _
)
public:
CLLocation(
	IntPtr value
)
Parameters
value (IntPtr)
The native pointer.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.CoreLocation (Module: Monobjc.CoreLocation)