Skip to content

Commit fa16da0

Browse files
committed
Synthesize administrativeAreaCode.
1 parent f2f5fe5 commit fa16da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SVGeocoder/SVPlacemark.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
@implementation SVPlacemark
1515

16-
@synthesize formattedAddress, subThoroughfare, thoroughfare, subLocality, locality, subAdministrativeArea, administrativeArea, postalCode, country, ISOcountryCode, coordinate, location, region;
16+
@synthesize formattedAddress, subThoroughfare, thoroughfare, subLocality, locality, subAdministrativeArea, administrativeArea, administrativeAreaCode, postalCode, country, ISOcountryCode, coordinate, location, region;
1717

1818
- (NSString*)description {
1919
NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:

0 commit comments

Comments
 (0)