Skip to content

Instantly share code, notes, and snippets.

@PDXIII
Created April 15, 2013 11:27
Show Gist options
  • Save PDXIII/5387444 to your computer and use it in GitHub Desktop.
Save PDXIII/5387444 to your computer and use it in GitHub Desktop.
Code snippet for my Unfolding tutorial site.
List<Feature> airports = GeoJSONReader.loadData(this, "WorldAirports.geo.json");
List<Marker> airportMarkers = MapUtils.createSimpleMarkers(airports);
map.addMarkers(airportMarkers);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment