[[["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 2025-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003ekGMSTileLayerNoTile\u003c/code\u003e is a constant representing a placeholder image.\u003c/p\u003e\n"],["\u003cp\u003eThis placeholder signifies the absence of a real tile for given coordinates in a \u003ccode\u003eGMSTileOverlay\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGMSTileOverlay\u003c/code\u003e's \u003ccode\u003etileForX:y:zoom:\u003c/code\u003e method might return this placeholder when no tile data is available.\u003c/p\u003e\n"]]],["`kGMSTileLayerNoTile` is a constant `UIImage` used to signal the absence of a tile at a given coordinate. This stub tile can be returned by the `-tileForX:y:zoom:` method within `GMSTileOverlay`. Its primary function is to provide a visual indicator that no tile data is available for the requested location. This allows for proper handling of areas without map tiles.\n"],null,["# GoogleMaps Framework Reference\n\nkGMSTileLayerNoTile\n===================\n\n extern UIImage *const _Nonnull kGMSTileLayerNoTile\n\nStub tile that is used to indicate that no tile exists for a specific tile coordinate. May be\nreturned by `-tileForX:y:zoom:` on `GMSTileOverlay`."]]