[[["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\u003eGMSTileURLConstructor\u003c/code\u003e is a block that generates URLs for map tiles based on their x, y coordinates and zoom level.\u003c/p\u003e\n"],["\u003cp\u003eIt is used to provide tile image URLs to \u003ccode\u003eGMSURLTileLayer\u003c/code\u003e, allowing the display of custom map tiles.\u003c/p\u003e\n"],["\u003cp\u003eIf a tile is not available for a specific location, the block returns \u003ccode\u003enil\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["GMSTileURLConstructor \n\n typedef NSURL *_Nullable (^GMSTileURLConstructor)(NSUInteger, NSUInteger,\n NSUInteger)\n\n`GMSTileURLConstructor` is a block taking `x`, `y` and `zoom` and returning an NSURL, or nil to\nindicate no tile for that location.\n\n@related [GMSURLTileLayer](../Classes/GMSURLTileLayer.html)"]]