the Tile to be used for this tile coordinate. If you do not wish to provide a
tile for this tile coordinate, return NO_TILE. If the tile could not be found at
this point in time, return null and 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 2025-01-14 UTC."],[[["`TileProvider` is an interface for classes that provide tile images for a `TileOverlay` on a map."],["Implementations of this interface must be thread-safe as calls may come from multiple threads."],["The core functionality is providing a `Tile` for a given tile coordinate (x, y, zoom) via the `getTile` method."],["`NO_TILE` is a constant used to indicate that no tile exists for a specific coordinate."],["`UrlTileProvider` is a convenient subclass for providing tiles from a URL."]]],[]]