-
-
Save jokamjohn/e249180aaed0aa5c1d88 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use this in your testLocationTable() method | |
// Test data we're going to insert into the DB to see if it works. | |
String testLocationSetting = "99705"; | |
String testCityName = "North Pole"; | |
double testLatitude = 64.7488; | |
double testLongitude = -147.353; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment