এই টাইল স্থানাঙ্কের জন্য Tile ব্যবহার করা হবে। আপনি এই টাইল স্থানাঙ্কের জন্য একটি টাইল প্রদান করতে না চাইলে, NO_TILE ফেরত দিন। যদি এই সময়ে টাইলটি খুঁজে না পাওয়া যায়, তাহলে শূন্য ফেরত দিন এবং সূচকীয় ব্যাকঅফের সাথে আরও অনুরোধ করা হতে পারে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2026-08-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],["The `TileProvider` interface supplies tile images for a `TileOverlay`. Implementations must be thread-safe due to potential multi-threaded method calls. It defines a `NO_TILE` field, indicating the absence of a tile at a specific coordinate. The core method, `getTile`, takes x, y coordinates, and zoom level to return a `Tile`. If no tile is available, it should return `NO_TILE`; if the tile can't be fetched at that moment, it returns null. `UrlTileProvider` is an example of an implementation that is a partial one.\n"]]