theTileto
be used for this tile coordinate. If you do not wish to provide a tile for this tile
coordinate, returnNO_TILE.
If the tile could not be found at this point in time, returnnulland
further requests might be made with an exponential backoff.
[[["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-10-31 UTC."],[],["The `TileProvider` interface supplies tile images for a `TileOverlay`. Implementations must be thread-safe as method calls can occur from multiple threads. Key actions involve using the `getTile(int x, int y, int zoom)` method to retrieve a tile for a given coordinate, with 'x', 'y', and 'zoom' defining the tile's location. `NO_TILE` is a placeholder when no tile exists. `null` means tile is currently not found. `UrlTileProvider` is a subclass requiring a URL for the image.\n"]]