MCPcopy
hub / github.com/PokemonGoF/PokemonGo-Bot / setUserLocation

Function setUserLocation

map-chat/javascript/map.js:133–136  ·  view source on GitHub ↗
(lat, lng)

Source from the content-addressed store, hash-verified

131}
132
133function setUserLocation(lat, lng) {
134 userLocation = new google.maps.LatLng(lat, lng);
135 fuzzyUserLocation = new google.maps.LatLng(Math.round(lat * 100) / 100, Math.round(lng * 100) / 100);
136}
137
138function createMessage(text) {
139 return {

Callers 2

onFirstPositionFunction · 0.85
onPositionUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected