Skip to content

Instantly share code, notes, and snippets.

@PDXIII
Created April 15, 2013 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PDXIII/5387466 to your computer and use it in GitHub Desktop.
Save PDXIII/5387466 to your computer and use it in GitHub Desktop.
Code snippet for my Unfolding tutorial site.
ArrayList <ArrayList> makeAirportLists(
UnfoldingMap map,
List<Marker> countryMarkers,
List<Marker> airportMarkers){
ArrayList <ArrayList> lists = new ArrayList();
airportListsBuild = true;
return lists;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment