| java.lang.Object | |
| ↳ | com.esri.android.map.Grid |
This class allows you to control the display of a grid on a MapView by setting its type and visibility.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| enum | Grid.GridType | The Enum GridType. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Grid.GridType |
getType()
Returns the type of the grid.
| ||||||||||
| boolean |
getVisibility()
Returns the visibility of the grid.
| ||||||||||
| void |
setType(Grid.GridType gridType)
Sets the type of grid displayed on the map. | ||||||||||
| void |
setVisibility(boolean visibility)
Sets the visibility of the grid.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns the visibility of the grid.
Sets the type of grid displayed on the map.
The default grid type is "None".
| gridType | the Grid.GridType of the grid |
|---|
Sets the visibility of the grid.
The default is true.
| visibility | the visibility to set |
|---|