}
}
private SectionModel getSectionModel(String d, String c, String s){
UBCCourseSpiderDatastore sd = new UBCCourseSpiderDatastore();
SectionInformationObject sio = sd.querySectionFromId(d, c, s);
CourseInformationObject cio = sd.queryCourseFromId(d, c);
UBCWayfindingService uws = UBCWayfindingServiceFactory.getUBCWayfindingService();
BuildingModel blo = uws.search(sio.getBuilding());
String lat = "";