dataSource property

An object that implements the MLNComputedShapeSourceDataSource protocol that will be queried for tile data.

Implementation

MLNComputedShapeSourceDataSource? get dataSource {
  final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_dataSource);
  return _ret.address == 0 ? null : MLNComputedShapeSourceDataSource.castFromPointer(_ret, retain: true, release: true);
}
set dataSource (MLNComputedShapeSourceDataSource? value)

An object that implements the MLNComputedShapeSourceDataSource protocol that will be queried for tile data.

Implementation

set dataSource(MLNComputedShapeSourceDataSource? value) {
_objc_msgSend_xtuoz7(this.ref.pointer, _sel_setDataSource_, value?.ref.pointer ?? ffi.nullptr);

}