I am developing an app which takes users current location and make changes in the coordinates. I am simply trying to fake users current location but i don't know how should i change coordinates. can i simply just add some value to the latitude and longitude like this:
newlongitude=currentlongitude+0.01000;