featuresInCoordinateBounds_zoomLevel_ property
ObjCProtocolMethod<NSArray Function(MLNCoordinateBounds, int)>
featuresInCoordinateBounds_zoomLevel_
final
Fetch features for a tile. This method will not be invoked on the main queue, it
will be invoked on the caller's requestQueue.
@param bounds The bounds to fetch data for.
@param zoomLevel Tile zoom level.
Implementation
static final featuresInCoordinateBounds_zoomLevel_ = objc.ObjCProtocolMethod<objc.NSArray Function(MLNCoordinateBounds , int )>(
_protocol_MLNComputedShapeSourceDataSource,
_sel_featuresInCoordinateBounds_zoomLevel_,
ffi.Native.addressOf<ffi.NativeFunction<ffi.Pointer<objc.ObjCObject> Function(ffi.Pointer<objc.ObjCObject> , ffi.Pointer<ffi.Void> , MLNCoordinateBounds , ffi.UnsignedLong )>>(_MapLibreFFi_protocolTrampoline_129i16p).cast(),
objc.getProtocolMethodSignature(
_protocol_MLNComputedShapeSourceDataSource,
_sel_featuresInCoordinateBounds_zoomLevel_,
isRequired: false,
isInstanceMethod: true,
),
(objc.NSArray Function(MLNCoordinateBounds , int ) func) => ObjCBlock_NSArray_ffiVoid_MLNCoordinateBounds_NSUInteger.fromFunction((ffi.Pointer<ffi.Void> _, MLNCoordinateBounds arg1, int arg2) => func(arg1, arg2)),
);