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

Function centerMap

static/js/map.js:1189–1198  ·  view source on GitHub ↗
(lat, lng, zoom)

Source from the content-addressed store, hash-verified

1187}
1188
1189function centerMap (lat, lng, zoom) {
1190 var loc = new google.maps.LatLng(lat, lng)
1191
1192 map.setCenter(loc)
1193
1194 if (zoom) {
1195 storeZoom = false
1196 map.setZoom(zoom)
1197 }
1198}
1199
1200function i8ln (word) {
1201 if ($.isEmptyObject(i8lnDictionary) && language !== 'en' && languageLookups < languageLookupThreshold) {

Callers 1

sendNotificationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected