diff --git a/Example/PGoApi/ViewController.swift b/Example/PGoApi/ViewController.swift index 8accdd9..05b8881 100644 --- a/Example/PGoApi/ViewController.swift +++ b/Example/PGoApi/ViewController.swift @@ -86,8 +86,8 @@ class ViewController: UIViewController, PGoAuthDelegate, PGoApiDelegate { request = PGoApiRequest(auth: auth) // Set the latitude/longitude of player. - // Altitude should be included, but it is optional and defaults to 6.0 - request!.setLocation(Double(latField.text!)!, longitude: Double(longField.text!)!, altitude: 67.61) + // Altitude should be included, but it is optional and defaults to 10.1 + request!.setLocation(Double(latField.text!)!, longitude: Double(longField.text!)!, altitude: 10.1) // Simulate the start, which cues methods: // getPlayer(), getHatchedEggs(), getInventory(), checkAwardedBadges(), downloadSettings()