(map)
| 526 | } |
| 527 | |
| 528 | function isRangeActive (map) { |
| 529 | if (map.getZoom() < 16) return false |
| 530 | return Store.get('showRanges') |
| 531 | } |
| 532 | |
| 533 | function customizePokemonMarker (marker, item, skipNotification) { |
| 534 | marker.addListener('click', function () { |
no outgoing calls
no test coverage detected