MCPcopy Create free account
hub / github.com/RocketMap/RocketMap / isRangeActive

Function isRangeActive

static/js/map.js:528–531  ·  view source on GitHub ↗
(map)

Source from the content-addressed store, hash-verified

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

Callers 4

customizePokemonMarkerFunction · 0.85
setupGymMarkerFunction · 0.85
setupPokestopMarkerFunction · 0.85
showInBoundsMarkersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected