[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-15 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMSTileReceiver\u003c/code\u003e is a protocol used by \u003ccode\u003eGMSTileLayer\u003c/code\u003e for handling tile requests.\u003c/p\u003e\n"],["\u003cp\u003eIt provides a callback mechanism, \u003ccode\u003ereceiveTileWithX:y:zoom:image:\u003c/code\u003e, to deliver tile images.\u003c/p\u003e\n"],["\u003cp\u003eThe callback can be invoked immediately or at a later time.\u003c/p\u003e\n"],["\u003cp\u003eThe callback includes information on tile coordinates (x, y, zoom) and the image.\u003c/p\u003e\n"]]],[],null,["GMSTileReceiver \n\n @protocol GMSTileReceiver \u003cNSObject\u003e\n\n`GMSTileReceiver` is provided to [GMSTileLayer](../Classes/GMSTileLayer.html) when a tile request is made, allowing the\ncallback to be later (or immediately) invoked.\n- `\n ``\n ``\n `\n\n [-receiveTileWithX:y:zoom:image:](#/c:objc(pl)GMSTileReceiver(im)receiveTileWithX:y:zoom:image:)`\n ` \n\n Declaration \n Swift \n\n func receiveTileWith(x: UInt, y: UInt, zoom: UInt, image: UIImage?)\n\n Objective-C \n\n - (void)receiveTileWithX:(NSUInteger)x\n y:(NSUInteger)y\n zoom:(NSUInteger)zoom\n image:(nullable UIImage *)image;"]]