var fDesc=new Array(); fDesc[0] = "Freely change GPS location without jailbreak with iAnyGo.You can modify iPhone location to anywhere, plan a route by selecting two or multiple spots on the map, simulate GPS movement based on customized route, and save favorite places or historical records to design the route quickly. The solution works with all location-based apps, such as Pokemon Go, Ingress, Fitness app, Facebook and supports the latest iOS 14.1 and iPhone 12/12 Mini/12 Pro/11/XS/Max/XR.

Two types of route planning methods are supported. One is two-point route, you can plan a route between two points. The other is a multipoint route, which means you can select multiple locations on the map. You can simulate the speed of walking, cycling, or driving speed, pause the movement at any time, and set the number of round trips. iAnyGo provides map view and detailed location information."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }