No examples for this method.
Frequently called with: [Clear]
-1
com.google.android.gms.maps.model.TileProvider |
![]() |
An interface for a class that provides the tile images for a TileOverlay
. For information about the tile coordinate system, see TileOverlay
.
Calls to methods in this interface might be made from multiple threads so implementations of this interface must be threadsafe.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
NO_TILE | Stub tile that is used to indicate that no tile exists for a specific tile coordinate. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Returns the tile to be used for this tile coordinate.
|
Stub tile that is used to indicate that no tile exists for a specific tile coordinate.
Returns the tile to be used for this tile coordinate.
x | The x coordinate of the tile. This will be in the range [0, 2zoom - 1] inclusive. |
---|---|
y | The y coordinate of the tile. This will be in the range [0, 2zoom - 1] inclusive. |
zoom | The zoom level of the tile. This will be in the range [ GoogleMap.getMinZoomLevel , GoogleMap.getMaxZoomLevel ] inclusive. |