java.lang.Object | |
↳ | com.google.android.gms.maps.model.TileOverlayOptions |
Defines options for a TileOverlay.
[Expand]
Inherited Constants | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new set of tile overlay options.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the tile provider set for this
TileOverlayOptions object. | |||||||||||
Gets the zIndex set for this
TileOverlayOptions object. | |||||||||||
Gets the visibility setting for this
TileOverlayOptions object. | |||||||||||
Specifies the tile provider to use for this tile overlay.
| |||||||||||
Specifies the visibility for the tile overlay.
| |||||||||||
Specifies the tile overlay's zIndex, i.e., the order in which it will be drawn where overlays
with larger values are drawn above those with lower values.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
From interface
android.os.Parcelable
|
Creates a new set of tile overlay options.
Gets the tile provider set for this TileOverlayOptions
object.
TileProvider
of the tile overlay.
Gets the zIndex set for this TileOverlayOptions
object.
Gets the visibility setting for this TileOverlayOptions
object.
true
if the tile overlay is to be visible; false
if it is not.
Specifies the tile provider to use for this tile overlay.
tileProvider | the TileProvider to use for this tile overlay. |
---|
Specifies the visibility for the tile overlay. The default visibility is true
.
TileOverlayOptions
object with a new visibility setting.
Specifies the tile overlay's zIndex, i.e., the order in which it will be drawn where overlays with larger values are drawn above those with lower values. See the documentation at the top of this class for more information about zIndex.
TileOverlayOptions
object with a new zIndex set.