Class
BaseZoomGrids
open class BaseZoomGrids
- Zoom Level Matching Grids
Relationships
Subclasses
ZoomGrids
Initializers
Properties
Methods
hasGrids()
public func hasGrids() -> Bool
- Determine if the zoom level has grids
- @return true if has grids
addGrid(_:)
public func addGrid(_ grid: BaseGrid) -> Bool
- Add a grid
- @param grid
-
grid
- @return true if added
removeGrid(_:)
public func removeGrid(_ grid: BaseGrid) -> Bool
- Remove the grid
- @param grid
-
grid
- @return true if removed