i used the following code to setup geotags :
StorageService storageService = App42API.BuildStorageService();
storageService.SetGeoTag(gp);
storageService.InsertJSONDocument(dbName, collectionName, jsonData, this);
how could i update this geotag when the user has moved to a new location ?