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

Function changeSearchLocation

static/js/map.js:1185–1187  ·  view source on GitHub ↗
(lat, lng)

Source from the content-addressed store, hash-verified

1183}
1184
1185function changeSearchLocation (lat, lng) {
1186 return $.post('next_loc?lat=' + lat + '&lon=' + lng, {})
1187}
1188
1189function centerMap (lat, lng, zoom) {
1190 var loc = new google.maps.LatLng(lat, lng)

Callers 2

createSearchMarkerFunction · 0.85
changeLocationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected