Skip to content

Instantly share code, notes, and snippets.

@pratamawijaya
Created February 20, 2015 15:26
Show Gist options
  • Save pratamawijaya/262d11cc7b59338245cd to your computer and use it in GitHub Desktop.
Save pratamawijaya/262d11cc7b59338245cd to your computer and use it in GitHub Desktop.
/**
* hekz!
* Hardcode doloe gan..
* forgive me ~
*/
private void generateLocationDummy() {
locations.add(new Location("Sadranan", -8.146982, 110.6076521));
locations.add(new Location("Ngrenehan", -8.1235303, 110.5161231));
locations.add(new Location("Indrayanti", -8.1501091, 110.6121113));
locations.add(new Location("KaliBiru", -7.8017879,110.1318019));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment