Skip to content

Commit

Permalink
Merge pull request #2 from DmitryPR/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Iwanicki committed Jun 19, 2014
2 parents d09f266 + fac0b15 commit e3eacd1
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ - (void)loadAllProperties
[self loadWaypointOrder];
[self loadOverviewPolyline];
[self loadBounds];
[self loadSummary];
}

- (void)loadLegs
Expand Down Expand Up @@ -97,4 +98,10 @@ - (void)loadBounds
_bounds = bounds;
}

- (void)loadSummary
{
NSString *summary = [_dictionary objectForKey:kCGGoogleDirectionsResponseAttributeRouteSummary];
_summary = summary;
}

@end

0 comments on commit e3eacd1

Please sign in to comment.