* Checks if the globe is zoomed in to it's maximum. * @return Returns true if globe is at max zoom, otherwise returns false. */
| 2066 | * @return Returns true if globe is at max zoom, otherwise returns false. |
| 2067 | */ |
| 2068 | size_t Globe::getZoom() const |
| 2069 | { |
| 2070 | return _zoom; |
| 2071 | } |
| 2072 | |
| 2073 | /* |
| 2074 | * Turns Radar lines on or off. |