[]
Initializes a new MapSlice.
public MapSlice(int latSlices, int longSlices, double zoom)
| Type | Name | Description |
|---|---|---|
| int | latSlices | The number of latitude divisions for this slice. |
| int | longSlices | The number of longitude divisions for this slice. |
| double | zoom | The minimum zoom of this slice. |