4142434445464748495051
if (map != null) { if (key == '+') { map.zoomLevelIn(); } if (key == '-') { map.zoomLevelOut(); } } } }