MLNMapView.castFromPointer constructor
MLNMapView.castFromPointer(})
Constructs a MLNMapView that wraps the given raw object pointer.
Implementation
MLNMapView.castFromPointer(ffi.Pointer<objc.ObjCObject> other,
{bool retain = false, bool release = false}) :
this._(other, retain: retain, release: release);